Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ChaseFlorell/psDoc

Powershell Help Document Generator
https://github.com/ChaseFlorell/psDoc

Last synced: 9 days ago
JSON representation

Powershell Help Document Generator

Awesome Lists containing this project

README

        

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)](https://opensource.org/licenses/MS-PL)