https://github.com/nichoth/ini-cli
Command line tool that prints a single value from an ini file
https://github.com/nichoth/ini-cli
Last synced: 17 days ago
JSON representation
Command line tool that prints a single value from an ini file
- Host: GitHub
- URL: https://github.com/nichoth/ini-cli
- Owner: nichoth
- Created: 2016-03-26T23:13:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-26T23:13:48.000Z (over 10 years ago)
- Last Synced: 2026-05-08T09:59:50.593Z (3 months ago)
- Language: JavaScript
- Homepage: https://github.com/nichoth/ini-cli#readme
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
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
## example
```ini
; example.ini
TEST=12345
```
$ ini example.ini TEST
12345