https://github.com/rokett/Powershell-Module-Template
https://github.com/rokett/Powershell-Module-Template
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rokett/Powershell-Module-Template
- Owner: rokett
- Created: 2016-07-23T11:11:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-08T23:14:53.000Z (over 4 years ago)
- Last Synced: 2024-08-13T07:05:07.816Z (8 months ago)
- Language: PowerShell
- Size: 4.88 KB
- Stars: 14
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - rokett/Powershell-Module-Template - (PowerShell)
README
### Module-Name
This is an example folder structure for a new PowerShell module.### _Templates
Files in here are needed to run the New-PSModule.ps1 script to create a new module.### New-PSModule.ps1
A script to run which can be used to create new modules.