Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.0

enquirer: 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.2

semver: 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)