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

https://github.com/sigun004/psDoc

Copy from https://github.com/ChaseFlorell/psDoc
https://github.com/sigun004/psDoc

Last synced: 3 months ago
JSON representation

Copy from https://github.com/ChaseFlorell/psDoc

Awesome Lists containing this project

README

        

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