@blueeast/bluerain-cli-web
v2.0.0-beta.11
Published
@blueeast/bluerain-cli-web ==========================
Downloads
75
Keywords
Readme
@blueeast/bluerain-cli-web
Usage
$ npm install -g @blueeast/bluerain-cli-web
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@blueeast/bluerain-cli-web/2.0.0-beta.10 linux-x64 node-v8.9.4
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
...
Commands
oclif-example web [FILE]
describe the command here
USAGE
$ oclif-example web [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ oclif-example hello
hello world from ./src/hello.ts!
See code: src/commands/web.ts
oclif-example web:build
USAGE
$ oclif-example web:build
OPTIONS
--appJsPath=appJsPath [default: ./bluerain/web/App] Path to App.js file relative to the
root directory
--assetsDir=assetsDir [default: ./assets/web] Path to assets directory relative to the
root directory
--buildDir=buildDir [default: ./build/web] Path to build directory relative to the root
directory
--configDir=configDir [default: ./bluerain/web] Path to config directory relative to the
root directory
--webpackClientConfigPath=webpackClientConfigPath [default: ./bluerain/web/client-webpack-config.ts] Path to
webpackClientConfigPath file relative to the root directory
--webpackServerConfigPath=webpackServerConfigPath [default: ./bluerain/web/server-webpack-config.ts] Path to
webpackServerConfigPath file relative to the root directory
See code: src/commands/web/build.ts
oclif-example web:init
Initializes a directory with an example project.
USAGE
$ oclif-example web:init
OPTIONS
--appJsPath=appJsPath [default: ./bluerain/web/App] Path to App.js file relative to the
root directory
--assetsDir=assetsDir [default: ./assets/web] Path to assets directory relative to the
root directory
--buildDir=buildDir [default: ./build/web] Path to build directory relative to the root
directory
--configDir=configDir [default: ./bluerain/web] Path to config directory relative to the
root directory
--webpackClientConfigPath=webpackClientConfigPath [default: ./bluerain/web/client-webpack-config.ts] Path to
webpackClientConfigPath file relative to the root directory
--webpackServerConfigPath=webpackServerConfigPath [default: ./bluerain/web/server-webpack-config.ts] Path to
webpackServerConfigPath file relative to the root directory
EXAMPLE
$ bluerain web:init
See code: src/commands/web/init.ts
oclif-example web:start
USAGE
$ oclif-example web:start
OPTIONS
--appJsPath=appJsPath [default: ./bluerain/web/App] Path to App.js file relative to the
root directory
--assetsDir=assetsDir [default: ./assets/web] Path to assets directory relative to the
root directory
--buildDir=buildDir [default: ./build/web] Path to build directory relative to the root
directory
--configDir=configDir [default: ./bluerain/web] Path to config directory relative to the
root directory
--webpackClientConfigPath=webpackClientConfigPath [default: ./bluerain/web/client-webpack-config.ts] Path to
webpackClientConfigPath file relative to the root directory
--webpackServerConfigPath=webpackServerConfigPath [default: ./bluerain/web/server-webpack-config.ts] Path to
webpackServerConfigPath file relative to the root directory
See code: src/commands/web/start.ts