Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/raulanatol/expo-version-cli
- Owner: raulanatol
- Created: 2018-10-27T19:16:56.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T02:18:39.000Z (about 1 year ago)
- Last Synced: 2024-12-13T04:35:49.538Z (10 days ago)
- Language: JavaScript
- Size: 1.08 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)