Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 421 Bytes

readme.md

File metadata and controls

23 lines (14 loc) · 421 Bytes

have done some modifications to fit my usage for powershell.

psDoc is a Powershell Help Document generator.


Using psDoc

To generate documentation off of your module, simply import your module

Import-Module MySpecialModule

And generate the documentation

.\psDoc.ps1 -moduleName MySpecialModule

License

Microsoft Public License (Ms-PL)