pkg-cli
v0.3.0
Published
Comman line script for easy package.json access
Downloads
18
Readme
pkg-cli
Command line script for easy access to a Node module's package.json data.
Install
npm install -g pkg-cli
Usage
Basically it takes the command line arguments and prints the matching field from the package.json found in working directory.
Example
hub create -d $(pkg description)