Command line script for easy access to a Node module's package.json data.
npm install -g pkg-cliBasically it takes the first command line argument and prints the matching field from the package.json found in the current working directory.
- Create a new github repository with hub
hub create -d "$(pkg description)"- After bumping the version in package.json, you could commit it simply by
git commit -am v$(pkg version)