Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiagodanin/update-version-cli
Update Version number in NPM Package, Quasar & Cordova
https://github.com/tiagodanin/update-version-cli
cordova npm number package package-json quasar semver udpate version
Last synced: 3 months ago
JSON representation
Update Version number in NPM Package, Quasar & Cordova
- Host: GitHub
- URL: https://github.com/tiagodanin/update-version-cli
- Owner: TiagoDanin
- License: mit
- Created: 2019-12-30T15:01:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T19:06:56.000Z (4 months ago)
- Last Synced: 2024-10-04T11:41:15.424Z (4 months ago)
- Topics: cordova, npm, number, package, package-json, quasar, semver, udpate, version
- Language: JavaScript
- Homepage:
- Size: 268 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Update Version CLI
[![Travis](https://img.shields.io/travis/TiagoDanin/Update-Version-CLI.svg?branch=master&style=flat-square)](https://travis-ci.org/TiagoDanin/Update-Version-CLI) [![Downloads](https://img.shields.io/npm/dt/update-version-cli.svg?style=flat-square)](https://npmjs.org/package/update-version-cli) [![Node](https://img.shields.io/node/v/update-version-cli.svg?style=flat-square)](https://npmjs.org/package/update-version-cli) [![Version](https://img.shields.io/npm/v/update-version-cli.svg?style=flat-square)](https://npmjs.org/package/update-version-cli) [![XO code style](https://img.shields.io/badge/code%20style-XO-red.svg?style=flat-square)](https://github.com/xojs/xo)
Update Version number in NPM Package, Quasar & Cordova
## Installation
Module available through the [npm registry](https://www.npmjs.com/). It can be installed using the [`npm`](https://docs.npmjs.com/getting-started/installing-npm-packages-locally) or [`yarn`](https://yarnpkg.com/en/) command line tools.
```sh
# NPM
npm install update-version-cli --global
# Or Using Yarn
yarn global add update-version-cli
```## Usage
```sh
update-version-cli
```## Tests
To run the test suite, first install the dependencies, then run `test`:
```sh
# NPM
npm test
# Or Using Yarn
yarn test
```## Dependencies
chalk: Terminal string styling done right
Author: qix, sindresorhus
License: MIT
Version: ^3.0.0enquirer: Stylish, intuitive and user-friendly prompt system. Fast and lightweight enough for small projects, powerful and extensible enough for the most advanced use cases.
Author: Jon Schlinkert
License: MIT
Version: ^2.3.2semver: The semantic version parser used by npm.
Author: adam_baldwin, ahmadnassri, annekimsey, billatnpm, claudiahdz, darcyclarke, isaacs, mikemimik, ruyadorno
License: ISC
Version: ^7.1.1## Dev Dependencies
xo: JavaScript linter with great defaults
Author: Sindre Sorhus
License: MIT
Version: ^0.25.3## Contributors
Pull requests and stars are always welcome. For bugs and feature requests, please [create an issue](https://github.com/TiagoDanin/Update-Version-CLI/issues). [List of all contributors](https://github.com/TiagoDanin/Update-Version-CLI/graphs/contributors).
## License
[MIT](LICENSE) © [Tiago Danin](https://TiagoDanin.github.io)