repolevedavaj/Create CLI app NSIS installer
Creates a simple CLI app installer using NSIS (only supported on Windows)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| package-identifier | The identifier of the package. The identifier must consist of two pascal cased values. The first part will be used as parent and the second as child directory in the programs root directory. | yes | — |
| package-name | The human-readable package name | yes | — |
| package-version | The package version | yes | — |
| source-directory | The source directory containing the files should be installed. The installer will be named equal to the directory plus the "-setup.exe" suffix. | yes | — |
Outputs
no outputs