react-native-extended-cli

1.0.756 • Public • Published

react-native-extended-cli

Extended CLI with convenient scripts and utilities for developing React Native apps and modules. This is an opinionated tool, catered toward a very specific set of conventions that makes life easier for us.

Getting Started

Dependencies: `jq``

npm install -g react-native-extended-cli

Common Commands

For a complete list of commands, run rnx with no arguments. Anything you pass to rnx that isn't in that list will be passed to the default react-native-cli. Most commands can be passed a --help argument for more explanation.

 
#run the app (currently only iOS) but don't rebuild, start the packager, or anything else. this is quick 
rnx app [ios|android]
 
#build both android and ios 
rnx build
 
#build just one of the platforms 
rnx build:<platform>
 
#lint 
rnx lint
 
#test, optionally just unit or e2e 
rnx test [--unit|--e2e] [--skip-lint]
 
#watch - lint and unit tests on all changes 
rnx watch [--skip-lint]
 
#open the ios project in xcode 
rnx xcode
 
 

/react-native-extended-cli/

    Package Sidebar

    Install

    npm i react-native-extended-cli

    Weekly Downloads

    6

    Version

    1.0.756

    License

    MIT

    Unpacked Size

    23.6 kB

    Total Files

    29

    Last publish

    Collaborators

    • arielh
    • falconci
    • yurynix
    • itai.benda
    • wix-ci
    • wix-ambassador
    • shahata
    • netanelgilad
    • wix-ci-publisher
    • wix-bi-publisher
    • aarongreenwald
    • wix.mobile