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
- Host: GitHub
- URL: https://github.com/sigun004/psDoc
- Owner: sigun004
- License: ms-pl
- Created: 2021-08-30T13:58:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-24T22:29:18.000Z (over 2 years ago)
- Last Synced: 2024-08-13T07:06:35.336Z (6 months ago)
- Language: PowerShell
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - sigun004/psDoc - Copy from https://github.com/ChaseFlorell/psDoc (PowerShell)
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)