0.10.0 • Published 4 months ago

@nsis/nlf-cli v0.10.0

Weekly downloads
15
License
MIT
Repository
github
Last release
4 months ago

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

0.10.0

4 months ago

0.8.4

10 months ago

0.9.0

9 months ago

0.8.1

2 years ago

0.8.0

2 years ago

0.8.3

2 years ago

0.8.2

2 years ago

0.7.0

3 years ago

0.6.1

4 years ago

0.5.2

4 years ago

0.6.0

4 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago