Yeoman generator for NSIS scripts
npm install generator-nsis> A Yeoman generator for NSIS scripts.



Features
- Modern UI-aware
- adds sections
- adds core libraries (”Useful Headers”)
- adds lifecycle functions
- adds translations
- adds languages (with optional dialog)
- defaults to SemVer
- SPDX license support
You need Node.js installed and available in your PATH environment variable. Use your preferred Node package manager to install the Yeoman CLI tool.
``sh`
$ npm install --global yo
Use your preferred package manager to install this generator
`sh`
$ npm install --global generator-nsis
Run the generator and follow its instructions. Use --help for available flags.
`sh``
$ yo nsis
_“That's all Folks!”_
This work is licensed under the MIT License.