https://github.com/sytone/structuredpowershellmoduleplastertemplate
Structured PowerShell Module Plaster Template
https://github.com/sytone/structuredpowershellmoduleplastertemplate
plaster powershell powershell-tests template
Last synced: 11 months ago
JSON representation
Structured PowerShell Module Plaster Template
- Host: GitHub
- URL: https://github.com/sytone/structuredpowershellmoduleplastertemplate
- Owner: sytone
- Created: 2017-11-09T00:03:16.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2022-03-12T23:08:24.000Z (almost 4 years ago)
- Last Synced: 2025-01-27T23:17:20.136Z (about 1 year ago)
- Topics: plaster, powershell, powershell-tests, template
- Language: PowerShell
- Size: 25.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StructuredPowerShellModulePlasterTemplate
Structured PowerShell Module Plaster Template
# Usage
1. Install Plaster
```
Install-Module Plaster -Scope CurrentUser
```
2. Download this template
```
git clone https://github.com/sytone/StructuredPowerShellModulePlasterTemplate.git
```
3. Invoke the template to make a new module.
```
mkdir .\mycoolmodule
Invoke-Plaster -TemplatePath .\StructuredPowerShellModulePlasterTemplate -DestinationPath .\mycoolmodule
```
4. Follow the instructions / prompts
# Help
Not much yet, let me know if there is a issue by making one :)