0.1.3 • Published 5 years ago

upwards v0.1.3

Weekly downloads
1
License
BSD-2-Clause
Repository
-
Last release
5 years ago

upwards

Use this to increment versions of things--namely non-standard, npm-like package.json files. For instance, the manifest.json file in your Chrome extension ;).

$ npm install upwards -g
$ upwards -h
Usage:
  upwards <manifest.json> [--release=<type>]
  upwards -h | --help | --version

Options:
  -r --release	Release type (major, minor, patch, premajor, preminor, prepatch, or prerelease) [default: patch].

Examples

# defaults to 'patch'
$ upwards manifest.json
# use `--release` flag
$ upwards manifest.json --release patch
# or `-r` if you like shorthand
$ upwards manifest.json -r patch
0.1.3

5 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago