2.0.0-beta.3 • Published 6 years ago

@blueeast/bluerain-cli-storybook v2.0.0-beta.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

oclif Version

CircleCI

Appveyor CI Codecov Downloads/week License

Usage

$ yarn add @blueeast/bluerain-cli
$ bluerain plugins:install @blueeast/bluerain-cli-storybook

Commands

bluerain storybook:init

Initializes a directory with an example project.

USAGE
  $ bluerain storybook:init

OPTIONS
  --buildDir=buildDir    [default: ./build/storybook] Path to build directory relative to the root directory
  --configDir=configDir  [default: ./bluerain/storybook] Path to config directory relative to the root directory

EXAMPLE
  $ bluerain storybook:init

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

bluerain storybook:start

Starts or restarts a local server for your app and gives you a URL to it.

USAGE
  $ bluerain storybook:start

OPTIONS
  --buildDir=buildDir    [default: ./build/storybook] Path to build directory relative to the root directory
  --configDir=configDir  [default: ./bluerain/storybook] Path to config directory relative to the root directory

EXAMPLE
  $ bluerain storybook:start

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