0.1.1 • Published 8 years ago

mobile-commander v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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.

Install

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 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
0.1.1

8 years ago

0.1.0

8 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago