@bluebase/cli-web
TypeScript icon, indicating that this package has built-in type declarations

1.4.0 • Public • Published

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

/@bluebase/cli-web/

    Package Sidebar

    Install

    npm i @bluebase/cli-web

    Weekly Downloads

    40

    Version

    1.4.0

    License

    MIT

    Unpacked Size

    2.17 MB

    Total Files

    86

    Last publish

    Collaborators

    • abubakarsaddique
    • artalat
    • bluebase-release-bot