You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uses the Plaster framework to scaffold a PowerShell module that adheres to community best practices.
22
24
Based on selections made, generates the files and configuration required to integrate with a variety of CI/CD platforms,
23
25
including options for easy cross-platform verification on Windows, Linux, and MacOS.
@@ -31,15 +33,17 @@ If you pass in a full ModuleParameters set, Plaster will not prompt you for any
31
33
## EXAMPLES
32
34
33
35
### EXAMPLE 1
34
-
```
36
+
37
+
```powershell
35
38
New-ModuleProject -DestinationPath $outPutPath
36
39
```
37
40
38
41
Initiates Plaster template to scaffold a PowerShell module project with customizable CI/CD integration options.
39
42
Choices made during scaffolding will result in a PowerShell project tailored to the chosen CI/CD platform, or a standard PowerShell module project with no CI/CD integration.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -Verbose, -WarningAction, -WarningVariable, and -ProgressAction.
361
381
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
362
382
@@ -365,7 +385,9 @@ For more information, see about_CommonParameters (http://go.microsoft.com/fwlink
0 commit comments