1.1.1 • Published 6 years ago
pkg-dot v1.1.1
pkg-dot
CLI tool for managing package.json.
Installation
npm install -g pkg-dotUsage
$ pkg-dot property value
--path specify path to file
--delete | --del delete a property
Example
$ pkg-dot version
$ pkg-dot version 1.0
$ pkg-dot --path ./submodule/package.json version 1.0
$ pkg-dot resolutions.easy-peasy next
$ pkg-dot resolutions.easy-peasy --deleteTODO
- Add support for deleting
- Add tests
- Add --help
License
MIT
Contributing
- 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) - Create new Pull Request