Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 421 Bytes

CLI.md

File metadata and controls

12 lines (7 loc) · 421 Bytes

CLI commands and options

These commands are supposed to be placed in package.json scripts (see Getting Started). If you want to run them directly, use ./node_modules/.bin/styleguidist.

styleguidist server: Run dev server.

styleguidist build: Generate a static HTML style guide.

CLI Options:

  • --config <file>: Specify path to a config file.
  • --verbose: Print debug information.