semver-esbump

1.0.4 • Public • Published

tdd_extw

esbump

esbump 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 esbump, simply clone this repository to a location on your hard disk, then navigate via command line to the directory and run:
 npm link 

Usage

To use esbump from command line after installation, and to bump the patch version oncce, from the directory of an npm package simply execute:

 esbump 
Arguments

esbump allows you to specify:

  • bumping the Major version once by executing
     esbump -M 
  • bumping the Minor version once by executing
     esbump -m 
  • bumping the patch version once by executing
     esbump -p 
  • bumping the version to a pre-release by executing
     esbump --prerelease 



    License

    MIT

Package Sidebar

Install

npm i semver-esbump

Weekly Downloads

1

Version

1.0.4

License

MIT

Last publish

Collaborators

  • theamazingfedex