@blueeast/bluerain-cli-expo

2.0.0-beta.24 • Public • Published

BlueRain CLI Expo

📱 Brings BlueRain projects to expo platform.

oclif Version

CircleCI

Appveyor CI Codecov Downloads/week License

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

Readme

Keywords

Package Sidebar

Install

npm i @blueeast/bluerain-cli-expo

Weekly Downloads

1

Version

2.0.0-beta.24

License

MIT

Unpacked Size

735 kB

Total Files

65

Last publish

Collaborators

  • bluebase-release-bot
  • abubakarsaddique
  • artalat