@nsis/nlf-cli
TypeScript icon, indicating that this package has built-in type declarations

0.10.0 • Public • Published

nlf-cli

License Version Build

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

Installation

npm install --global @nsis/nlf-cli`

Alternatively, 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" | nlf

Options

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

Related

  • nlf - library to convert NLF files

License

This work is licensed under The MIT License

Package Sidebar

Install

npm i @nsis/nlf-cli

Weekly Downloads

1

Version

0.10.0

License

MIT

Unpacked Size

6.76 kB

Total Files

7

Last publish

Collaborators

  • idleberg