0.4.0 • Published 6 years ago

vik v0.4.0

Weekly downloads
84
License
MIT
Repository
github
Last release
6 years ago

Vik

Using Semver to increment your package.json (and bower.json, component.json) npm version based on the major, minor, patch. Your cwd can be a child of the directory where your JSON config files reside Vik will recursively find them thanks to ParentPath!

Install: npm install vik -g with -g (global) npm will automatically add vik to your $PATH.

Commands

  • Increment major: vik major or vik major+;
  • Increment minor: vik minor or vik minor+;
  • Increment patch: vik patch or vik patch+;

You can also decrement the versions with minus:

  • Decrement major: vik major-;
  • Decrement minor: vik minor-;
  • Decrement patch: vik patch-;

Options

  • -t/--tags Git tag the repository with the version;
  • -p/--push Push the Git tag to the repository;

Example: vik minor -tp.

0.4.0

6 years ago

0.3.3

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

10 years ago

0.2.12

10 years ago

0.2.11

10 years ago

0.2.10

10 years ago

0.2.9

10 years ago

0.2.8

10 years ago

0.2.6

10 years ago

0.2.5

10 years ago

0.2.4

10 years ago

0.2.7

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.6

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago