https://github.com/yamankatby/react-native-up
Update 🤖 Android and 🍎 iOS apps versions from the command line
https://github.com/yamankatby/react-native-up
Last synced: 5 months ago
JSON representation
Update 🤖 Android and 🍎 iOS apps versions from the command line
- Host: GitHub
- URL: https://github.com/yamankatby/react-native-up
- Owner: yamankatby
- Created: 2022-03-23T15:11:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-23T16:36:25.000Z (over 3 years ago)
- Last Synced: 2025-02-03T08:29:50.033Z (5 months ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-up
Update 🤖 Android and 🍎 iOS apps versions from the command line.
[](https://asciinema.org/a/wVa5hQoWtEdnX8rAFzbOhwCCa)
## Why? 🤔
Opening the `Android Studio` and `Xcode` apps every time you want to update the app version is a pain. This is why I
created this tool.`react-native-up` is a simple command line tool that updates the app versions in both `iOS` and `Android` projects.
## 🚀 Usage
```bash
npx react-native-up
```> This tool using regular expressions to update `build.gradle` and `project.pbxproj` files. This tool may not work if you have made significant changes to these file structures.
## 🔧️ Options
| Option | Description |
|-------------------|-------------------------------------------------|
| `-a`, `--android` | Update 🤖 Android app version |
| `-i`, `--ios` | Update 🍎 iOS app version |
| `-b`, `--both` | Update both 🤖 Android and 🍎 iOS apps versions |