https://github.com/ChrisLGardner/PSModuleOverview
A simple PowerShell module for generating a markdown file with all the commands from a specified module for use as a basis for a readme or similar.
https://github.com/ChrisLGardner/PSModuleOverview
Last synced: 5 months ago
JSON representation
A simple PowerShell module for generating a markdown file with all the commands from a specified module for use as a basis for a readme or similar.
- Host: GitHub
- URL: https://github.com/ChrisLGardner/PSModuleOverview
- Owner: ChrisLGardner
- License: mit
- Created: 2019-04-20T19:02:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-20T20:48:27.000Z (almost 6 years ago)
- Last Synced: 2024-12-01T11:36:27.347Z (5 months ago)
- Language: PowerShell
- Size: 13.7 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - ChrisLGardner/PSModuleOverview - A simple PowerShell module for generating a markdown file with all the commands from a specified module for use as a basis for a readme or similar. (PowerShell)
README
# PSModuleOverview
A simple PowerShell module for generating a markdown file with all the commands from a specified module for use as a basis for a readme or similar.
## New-ModuleOverview
Generates a Markdown file with a short description of each public command in a module.