Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ChaseFlorell/psDoc
- Owner: ChaseFlorell
- License: ms-pl
- Created: 2015-09-11T20:22:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-20T19:47:07.000Z (over 1 year ago)
- Last Synced: 2024-12-01T05:29:57.259Z (12 days ago)
- Language: PowerShell
- Size: 20.5 KB
- Stars: 101
- Watchers: 10
- Forks: 35
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - ChaseFlorell/psDoc - Powershell Help Document Generator (PowerShell)
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)