bumpv

1.0.9 • Public • Published

bumpv

Simple command-line utility to bump the version of a package.json file (and add the appropiate git tag).

Installation

[sudo] npm install -g bumpv

Usage

$ bumpv 0.2.3
> Version bumped to 0.2.3
$ bumpv 
> Version bumped to 0.2.4
$ bumpv --no-tag
> version bumped to 0.2.5 (but no git version tag was added) 

/bumpv/

    Package Sidebar

    Install

    npm i bumpv

    Weekly Downloads

    2

    Version

    1.0.9

    License

    MIT

    Last publish

    Collaborators

    • fabdrol