0.0.1 • Published 12 years ago

increment-version v0.0.1

Weekly downloads
5
License
-
Repository
github
Last release
12 years ago

Version Number Incrementer

Increments a version number and outputs to stdout

Details

  • Expects a version.txt file in the directory you run it (sample in /bin)
  • Version number format: {major}.{minor}.{build}
  • Does not auto-increment major release numbers
  • Outputs to stdout and writes new version number to version.txt

Install

npm install -g increment-version