0.1.2 • Published 4 years ago

pushtag v0.1.2

Weekly downloads
5
License
GPL-3.0
Repository
github
Last release
4 years ago

pushtag

CLI that quickly creates and push a tag depending on the version number on the version number specified on package.json.

oclif Version Downloads/week License

Usage

$ npm install -g pushtag
$ pushtag COMMAND
running command...
$ pushtag (-v|--version|version)
pushtag/0.1.1 win32-x64 node-v12.16.3
$ pushtag --help [COMMAND]
USAGE
  $ pushtag

OPTIONS
  -h, --help           show CLI help
  -o, --origin=origin  [default: origin] Git remote name
  -p, --prefix=prefix  [default: v] Prefix that prepends the version number
  -v, --version        show CLI version
...

Commands