@nsis/nlf-cli
v0.11.0
Published
CLI tool to convert NSIS Language Files to JSON and vice versa
Maintainers
Readme
nlf-cli
CLI tool to convert NSIS Language Files to JSON and vice versa
Installation
npm install --global @nsis/nlf-cliAlternatively, you can use it without installation
npx @nsis/nlf-cli <parameters>Usage
You can now use the nlf command to convert language files:
# Standard usage
nlf "Contrib/Language files/English.nlf"
# Alternatively, use stdin
cat "Contrib/Language files/English.nlf" | nlfOptions
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 informationRelated
- nlf - library to convert NLF files
- vite-plugin-nlf - Vite plugin to load NSIS language files
License
This work is licensed under The MIT License
