Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 410 Bytes

CLI.md

File metadata and controls

13 lines (7 loc) · 410 Bytes

CLI commands and options

These commands supposed to be placed in package.json scripts (see Installation section above). 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 the config file.
  • --verbose: Print debug information.