Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/raulanatol/expo-version-cli

A simple expo version updater cli
https://github.com/raulanatol/expo-version-cli

Last synced: 5 days ago
JSON representation

A simple expo version updater cli

Awesome Lists containing this project

README

        


expo-version-cli


A CLI to increase versions in an expo projects

---

**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [Features](#features)
- [Install](#install)
- [Usage](#usage)
- [License](#license)

# Features

- Increase ios/android version (buildNumber & versionCode)
- Increase major/minor/patch version

# Install

```bash
$ npm install expo-version-cli
```

# Usage

Options patch Increase a patch number minor Increase a minor number major Increase a major number

Examples

```shell
expo-version-cli patch
```

```shell
expo-version-cli minor
```

```shell
expo-version-cli major
```

Help

```bash
$ expo-version-cli
```

# License

MIT © [raulanatol](http://natol.es)