Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cordova-version-updater

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-version-updater

Semantic version updater for cordova config.xml files

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 27 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc