Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gantman/mobile-commander
A collection of useful React Native commands
https://github.com/gantman/mobile-commander
Last synced: 4 days ago
JSON representation
A collection of useful React Native commands
- Host: GitHub
- URL: https://github.com/gantman/mobile-commander
- Owner: GantMan
- License: mit
- Created: 2016-04-23T20:41:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-03T20:15:56.000Z (over 2 years ago)
- Last Synced: 2024-04-14T12:19:09.880Z (7 months ago)
- Language: Shell
- Size: 29.3 KB
- Stars: 33
- Watchers: 6
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mobile Commander
A collection of useful React Native commands to help React Native developers. These commands work really well but do not limit themselves to [:fire: ignite projects](https://github.com/infinitered/ignite).## Install
```shell
npm i -g mobile-commander
```## Mobile Commander provides these React Native terminal commands
### :star: runios
Compiles and runs React-Native project an iOS Simulator of your choice
* **alias** - `rios`
* **params** - iPhone version (_default 7_), _e.g._ `runios 5s`### :star: runandroid
Compiles and runs React-Native project for Android emulator
* **alias** - `roid`### :star: lintstandard
Runs `standard` linter through `snazzy` - ALWAYS uses latest standard!### :star: newclear
Performs extreme cleanup (slow) for mega-cache issues in React Native### :star: reactotron
Runs local project's [reactotron](https://github.com/skellock/reactotron) UI
* **alias** - `tron`### :star: awhole
Starts `adb logcat` to show a whole black hole of Android logs
* **stands for** - android whole ;)### :star: alog
Shows logs specifically from React Native Android
* **stands for** - android log### :star: ashake
Shakes Android device so dev menu shows
* **stands for** - android shake### :star: alist
List all Android emulators
* **stands for** - android list## Wishlist
* Command: **devices** - Show android devices
* Command: **reset-sim** - Resets iOS simulator
* Feature: List help for all commands installed
* Feature: Adjust **runios** to also take ipad as a param
* Support windows