Interactive npm version selector ideally used with git hooks.
npm install interactive-npm-version> Interactive npm version selector ideally used with git hooks.
```
$ npm install interactive-npm-version --save-dev
If you have git hook set up:
`js``
// package.json
"scripts":{
"postcommit": "./node_modules/.bin/interactive-npm-version"
}
Its a wrapper around npm version so it should behave like it.
MIT © Peter Forgacs