mod-posh/Create PowerShell Module
A GitHub Action to create a PowerShell module from source files.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ModuleName | The name of the PowerShell module | yes | — |
| Source | The source directory containing the module (relative to the workspace) | no | "" |
| Output | The output directory for storing the module (relative to the workspace) | no | "" |
| Imports | Comma-separated list of import folders | yes | — |
| Debug | Enable debug mode | no | false |
Outputs
no outputs