0.1.0 • Published 5 years ago

cordova-version-updater v0.1.0

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

Welcome to cordova-version-updater

Semantic version updater for cordova config.xml files

Install

npm i cordova-version-updater -g

Usage

Will update one (and only one) of either major, minor, or patch versions, and write the changes to the config file. It defaults to config.xml in the current directory, however you can specify a path by cv-update -p project/cordova/config.xml, for example.

> cv-update -h
Usage: cv-update [options] <file>

Semantic versioning updater for cordova config.xml files

Options:
  -M --major     Increments major version
  -m --minor     Increments minor version
  -p --patch     Increments patch version
  -z --zero      Zero out the lower versions when updating a minor
                 or major versions, e.g.: 1.2.4 to 2.0.0
  -V, --version  output the version number
  -h, --help     output usage information

Run tests

npm run test

Author

👤 David Goodwin <goodwid@gmail.com>

Show your support

Give a ⭐️ if this project helped you !


This README was generated with ❤️ by readme-md-generator