git-tag-cli

0.3.0 • Public • Published

Interactive Git Tag

Interactive tool that helps with your git tagging by suggesting versions

Build Status npm npm

Install

$ npm install -g git-tag-cli

Usage

Usage

    $ tag <version>

    Version can be:
      patch | minor | major | prepatch | preminor | premajor | prerelease
 
 Examples

    $ tag
    $ tag patch
    $ tag major
    $ tag prepatch
    $ tag premajor
    $ tag prerelease
    

Interactive UI

Run tag without arguments to launch the interactive UI that guides you through pushing a new tag.

Shoutout

Inspired by the amazing sindresorhus's np - A better npm publish tool

Maintainers

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i git-tag-cli

Weekly Downloads

0

Version

0.3.0

License

MIT

Unpacked Size

600 kB

Total Files

18

Last publish

Collaborators

  • cesarferreira