An open API service indexing awesome lists of open source software.

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

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