@nsis/nlf-cli

CLI tool to convert NSIS Language Files to JSON and vice versa

Usage no npm install needed!

<script type="module">
  import nsisNlfCli from 'https://cdn.skypack.dev/@nsis/nlf-cli';
</script>

README

nlf-cli

npm npm CircleCI David

CLI tool to convert NSIS Language Files to JSON and vice versa

Installation

yarn global add @nsis/nlf-cli || npm install --global @nsis/nlf-cli

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 | nlf

Options

Running nlf --help list available flags

--version    output the version number
--minify     minify output JSON
--output     set the output directory
--stdout     print result to stdout
--help       output usage information

Related

  • nlf - library to convert NLF files

License

This work is licensed under The MIT License