startautomating/UsePiecemeal
Add extensibility to any PowerShell module with Piecemeal
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| PiecemealScript | A PowerShell Script that uses Piecemeal. Any files outputted from the script will be added to the repository. If those files have a .Message attached to them, they will be committed with that message. | no | — |
| SkipPiecemealPS1 | If set, will not process any files named *.Piecemeal.ps1 | no | — |
| ModuleName | The name of the module for which types and formats are being generated. If not provided, this will be assumed to be the name of the root directory. | no | — |
| CommitMessage | If provided, will commit any remaining changes made to the workspace with this commit message. If no commit message is provided, changes will not be committed. | no | — |
| UserEmail | The user email associated with a git commit. | no | — |
| UserName | The user name associated with a git commit. | no | — |
Outputs
no outputs