semverbump

1.0.5 • Public • Published

tdd_extw

semverbump

- SemVer package version updater and git pusher Node.js CLI Application semverbump allows you to specify whether you want to bump the Major, Minor, Patch, or Pre-Release version of an npm package then tags and commits the code as a release on github.

Install

Requirements:
  • Node.js 10.x+
  • npm
To install semverbump, simply run:
 npm install semverbump 

Usage

To use semverbump from command line after installation, and to bump the patch version oncce, from the directory of an npm package simply execute:
 semverbump 
Arguments
semverbump allows you to specify:
  • bumping the Major version once by executing
     semverbump <-M | --major> 
  • bumping the Minor version once by executing
     semverbump <-m | --minor> 
  • bumping the patch version once by executing
     semverbump <-p | --patch> 
  • bumping the version to a pre-release by executing
     semverbump <-P | --prerelease> 



    License

    MIT

/semverbump/

    Package Sidebar

    Install

    npm i semverbump

    Weekly Downloads

    2

    Version

    1.0.5

    License

    MIT

    Last publish

    Collaborators

    • theamazingfedex