@blueeast/bluerain-cli-web

@blueeast/bluerain-cli-web ==========================

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@blueeast/bluerain-cli-web
2.0.0-beta.115 years ago6 years agoMinified + gzip package size for @blueeast/bluerain-cli-web in KB

Readme

@blueeast/bluerain-cli-web
oclif Version
CircleCI
Appveyor CI Codecov Downloads/week License
Usage
```sh-session $ 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 ...
<!-- usagestop -->
# Commands
<!-- commands -->
* [`oclif-example web [FILE]`](#oclif-example-web-file)
* [`oclif-example web:build`](#oclif-example-webbuild)
* [`oclif-example web:init`](#oclif-example-webinit)
* [`oclif-example web:start`](#oclif-example-webstart)

## `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](https://github.com/BlueEastCode/bluerain-cli/blob/v2.0.0-beta.10/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](https://github.com/BlueEastCode/bluerain-cli/blob/v2.0.0-beta.10/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](https://github.com/BlueEastCode/bluerain-cli/blob/v2.0.0-beta.10/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