Files
M365FoundationsCISReport/helpers/psDoc-master/readme.md
2024-03-25 08:34:43 -05:00

358 B

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)