interactive-npm-version
v1.1.0
Published
Interactive npm version selector ideally used with git hooks.
Downloads
4
Readme
interactive-npm-version
Interactive npm version selector ideally used with git hooks.
Install
$ npm install interactive-npm-version --save-dev
Usage
If you have git hook set up:
// package.json
"scripts":{
"postcommit": "./node_modules/.bin/interactive-npm-version"
}
Its a wrapper around npm version so it should behave like it.
License
MIT © Peter Forgacs