@bluebase/cli-web

<div align="center"> <img height=125 src="./assets/logo.jpg"> <h1> BlueBase CLI Web </h1> <p>🤖 BlueBase CLI plugin to build web apps.</p> </div>

Usage no npm install needed!

<script type="module">
  import bluebaseCliWeb from 'https://cdn.skypack.dev/@bluebase/cli-web';
</script>

README

BlueBase CLI Web

🤖 BlueBase CLI plugin to build web apps.


oclif Version

Table of Contents

Usage

$ npm install -g @bluebase/cli-web
$ bluebase COMMAND
running command...
$ bluebase (-v|--version|version)
@bluebase/cli-web/1.4.0 linux-x64 node-v12.18.3
$ bluebase --help [COMMAND]
USAGE
  $ bluebase COMMAND
...

Commands

bluebase web:build

USAGE
  $ bluebase web:build

OPTIONS
  --assetsDir=assetsDir  [default: ./assets/web] Path to assets directory relative to the project root directory
  --buildDir=buildDir    [default: ./build/web] Path to build directory relative to the project root directory
  --configDir=configDir  [default: ./bluebase/web] Path to config directory relative to the project root directory
  --static               Create a static project.

See code: src/commands/web/build.ts

bluebase web:init

Initializes a directory with an example project.

USAGE
  $ bluebase web:init

OPTIONS
  --assetsDir=assetsDir  [default: ./assets/web] Path to assets directory relative to the project root directory
  --buildDir=buildDir    [default: ./build/web] Path to build directory relative to the project root directory
  --configDir=configDir  [default: ./bluebase/web] Path to config directory relative to the project root directory
  --static               Create a static project.

EXAMPLE
  $ bluebase web:init

See code: src/commands/web/init.ts

bluebase web:start

USAGE
  $ bluebase web:start

OPTIONS
  --assetsDir=assetsDir  [default: ./assets/web] Path to assets directory relative to the project root directory
  --buildDir=buildDir    [default: ./build/web] Path to build directory relative to the project root directory
  --configDir=configDir  [default: ./bluebase/web] Path to config directory relative to the project root directory
  --static               Create a static project.

See code: src/commands/web/start.ts