mod-posh/Create PowerShell Manifest
A GitHub Action to create a PowerShell manifest and optionally handle required assemblies.
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 the manifest (relative to the workspace) | no | "" |
| Imports | Comma-separated list of import folders | yes | — |
| Assemblies | Comma-separated list of assembly directories | no | "" |
| Debug | Enable debug mode | no | false |
Outputs
no outputs