CLI tool to convert NSIS Language Files to JSON and vice versa
npm install @nsis/nlf-cli

!GitHub branch check runs
CLI tool to convert NSIS Language Files to JSON and vice versa
``sh`
npm install --global @nsis/nlf-cli
Alternatively, you can use it without installation
`sh`
npx @nsis/nlf-cli
You can now use the nlf command to convert language files:
`shStandard usage
nlf "Contrib/Language files/English.nlf"
$3
Running
nlf --help list available flags`
--version output the version number
--eol select end of line sequence
--minify minify output JSON
--output set the output directory
--stdout print result to stdout
--help output usage information
``- nlf - library to convert NLF files
- vite-plugin-nlf - Vite plugin to load NSIS language files
This work is licensed under The MIT License