1.4.0 • Published 2 years ago

bumpup v1.4.0

Weekly downloads
9
License
MIT
Repository
github
Last release
2 years ago

bumpup Build Status

You can use for your npm packages or Yeoman package.json template that needed to bumpup version of dependences

Install

$ npm install --save bumpup

$ yarn add bumpup

Usage

var bumpup = require('bumpup');

bumpup('package.json', options, function(err, packages) {
    // write or diff
});

CLI

# bump up to latest version
bumpup package.json
bumpup _package.json --regex --verbose
bumpup package.json --output new-package.json

Options

  • regex: Choose the way of parse the package.json. json is default.
  • output: Output file name, If given no filename for output then source file will be overwritten.
  • verbose: Show what is going on.

License

MIT © Jimmy Moon

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

0.1.4

8 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago