kvjson

1.0.3 • Public • Published

kvjson

npm master

Set or update key value in .json files

./node_modules/.bin/kvjson <file> <key> <value>

file - path to json file

key - json key can be nested path key.lv1.lv2 etc.

value - value to be set

e.g. update version in package.json

./node_modules/.bin/kvjson package.json version 1.0.0

e.g. update dependency version in package.json

./node_modules/.bin/kvjson package.json dependencies.kvjson 1.0.0

Package Sidebar

Install

npm i kvjson

Weekly Downloads

84

Version

1.0.3

License

MIT

Unpacked Size

5.22 kB

Total Files

4

Last publish

Collaborators

  • mkungla