1.1.1 • Published 9 years ago
json-append v1.1.1
json-append
Append-only CLI that append item to JSON.
Installation
npm install json-append -gUsage
$ printf 1 | json-append output.json && printf 2 | json-append output.jsonoutput.json
[
"1",
"2"
]Tests
npm testContributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
License
MIT