1.1.0 • Published 7 years ago

interactive-npm-version v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

interactive-npm-version Build Status

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