Skip to content

lepture/node-vc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

vc

Change the version of a package.json.


Install

Install vc with npm:

$ npm install vc -g

Usage

It is pretty easy.

Get the help menu:

$ vc -h

Show current version:

$ vc

Set a new version:

$ vc 1.0.0

Increase the patch number by 1:

$ vc -c

Changelog

2013-09-12 0.1.4

Add support for manifest.json.

2013-05-11 0.1.3

Add increase option.

2013-03-22 0.1.2

New line at the end of package.json.

2013-03-21 0.1.1

Add -p option.

2013-03-21 0.1.0

First version.

About

change version of a package.json

Resources

Stars

Watchers

Forks

Packages

No packages published