CLI Tool to increment project version in files.
- Download the repository.
- Install the dependancies with
Yarn
orNPM
-npm install
- Use
npm link
to make the project globally accessible
If you are using a node version control manager such as nvm. It may be easier to create a function in your .bashrc
or .zshrc
file pointing at the installed project.
function next-version() {
node [path-to-repository]/next-version/index.js
}