command line tool that append item to array of json file.
npm install json-appendAppend-only CLI that append item to JSON.
npm install json-append -g
$ printf 1 | json-append output.json && printf 2 | json-append output.json
output.json
``json`
[
"1",
"2"
]
npm test
1. Fork it!
2. Create your feature branch: git checkout -b my-new-featuregit commit -am 'Add some feature'
3. Commit your changes: git push origin my-new-feature`
4. Push to the branch:
5. Submit a pull request :D
MIT