@blueeast/bluerain-cli-expo
v2.0.0-beta.24
Published
An Expo plugin for BlueRain CLI
Downloads
47
Keywords
Readme
Usage
$ yarn add @blueeast/bluerain-cli
$ bluerain plugins:install @blueeast/bluerain-cli-expo
Commands
bluerain expo:build:android
creates a build for android.
USAGE
$ bluerain expo:build:android
OPTIONS
--appJsPath=appJsPath [default: ./bluerain/expo/App] Path to App.js file relative to the root directory
--assetsDir=assetsDir [default: ./assets/expo] Path to assets directory relative to the root directory
--buildDir=buildDir [default: ./build/expo] Path to build directory relative to the root directory
--configDir=configDir [default: ./bluerain/expo] Path to config directory relative to the root directory
EXAMPLE
$ bluerain expo:build:android
See code: lib/commands/expo/build/android.js
bluerain expo:build:ios
creates a build for ios.
USAGE
$ bluerain expo:build:ios
OPTIONS
--appJsPath=appJsPath [default: ./bluerain/expo/App] Path to App.js file relative to the root directory
--assetsDir=assetsDir [default: ./assets/expo] Path to assets directory relative to the root directory
--buildDir=buildDir [default: ./build/expo] Path to build directory relative to the root directory
--configDir=configDir [default: ./bluerain/expo] Path to config directory relative to the root directory
EXAMPLE
$ bluerain expo:build:ios
See code: lib/commands/expo/build/ios.js
bluerain expo:init
Initializes a directory with an example project.
USAGE
$ bluerain expo:init
OPTIONS
--appJsPath=appJsPath [default: ./bluerain/expo/App] Path to App.js file relative to the root directory
--assetsDir=assetsDir [default: ./assets/expo] Path to assets directory relative to the root directory
--buildDir=buildDir [default: ./build/expo] Path to build directory relative to the root directory
--configDir=configDir [default: ./bluerain/expo] Path to config directory relative to the root directory
EXAMPLE
$ bluerain expo:init
See code: lib/commands/expo/init.js
bluerain expo:start
Starts or restarts a local server for your app and gives you a URL to it.
USAGE
$ bluerain expo:start
OPTIONS
--appJsPath=appJsPath [default: ./bluerain/expo/App] Path to App.js file relative to the root directory
--assetsDir=assetsDir [default: ./assets/expo] Path to assets directory relative to the root directory
--buildDir=buildDir [default: ./build/expo] Path to build directory relative to the root directory
--configDir=configDir [default: ./bluerain/expo] Path to config directory relative to the root directory
EXAMPLE
$ bluerain expo:start
See code: lib/commands/expo/start.js