npe
Node Package Editor: a CLI for one-off inspection and editing of properties in package.json files.
Installation
Download node at nodejs.org and install it, if you haven't already.
npm install npe --global
Usage
cd some/node/project
npe name
npe scripts
npe scripts.test
npe repository.url
open $(npe repository.url)
npe name foo
npe scripts.start "node index.js"
npm keywords "foo, bar, cheese whiz"
npm keywords "foo bar baz"
npe name --package=some/other/package.json
npe name other --package=some/other/package.json
Tests
npm install
npm test
Dependencies
- merge: JavaScript/NodeJS Merge is a tool to merge multiple objects into one object, with the possibility of create a new object cloned. His operation is very similar to the jQuery.extend function but more flexible.
- minimist: parse argument options
- steeltoe: Don't shoot yourself in the foot while traversing JavaScript objects.
Dev Dependencies
- mocha: simple, flexible, fun test framework
- nixt: Simple and powerful testing for command-line apps
- tmp: Temporary file and directory creator
License
MIT
Colophon