ini-cli
v0.0.0
Published
Command line tool that prints a single value from an ini file
Downloads
8
Readme
ini cli
Command line tool that prints a single value from an ini file.
install
Adds an ini
command.
$ npm install -g ini-cli
Use
$ ini <file> <field>
example
; example.ini
TEST=12345
$ ini example.ini TEST
12345