Skip to content

CodeVachon/next-version

Repository files navigation

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
}

About

A node CLI Tool to increment project version in files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published