New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

mobile-commander

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobile-commander

A collection of useful React Native commands

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

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

Keywords

React

FAQs

Package last updated on 31 Jul 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts