Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 643 Bytes

ReadMe.md

File metadata and controls

22 lines (15 loc) · 643 Bytes

Next-Version

CLI Tool to increment project version in files.

Find out more!

Usage

  • Download the repository.
  • Install the dependancies with Yarn or NPM - npm install
  • Use npm link to make the project globally accessible

Alternative

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
}