1.1.0 • Published 10 years ago

bump-tag v1.1.0

Weekly downloads
43
License
-
Repository
github
Last release
10 years ago

bump-tag Build Status

Increment version in your package.json and add git tag to the repo.

I have created this cli mainly because I keep forgetting to add tag when I bump the version.

Install

npm install --global bump-tag

Sample usage

$ nmq --help

Usage:
  $ bump

Options:
  $ bump -t=major -i=4 -g=0
  $ bump --type=major --indentation=4
  $ bump --type=major --indentation=tab
  $ bump --type=major --indentation=tab --git=0
  $ bump major
  $ bump minor

Options

type

Type: String
Default: 'patch'

Major, Minor or Patch. Check node-semver inc release parameter.

indentation

Type: String
Default: 2

Indentation for the package.json

git

Type: Number
Default: 1

Enable/disable adding git tags

License

MIT © Daniel Husar

1.1.0

10 years ago

1.0.0

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.8

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago