squido

Usage / Commands

The CLI comes with a few commands.

Usage: cli [options] [command]

Options:
  -V, --version    output the version number
  -h, --help       output usage information

Commands:
  build [options]  Builds your website
  clean            Clean your website build
  serve [options]  Serves website

Build command

The build command has the following options:

Usage: build [options]

Builds your website

Options:
  -c --clean  Cleans build directory
  -h, --help  output usage information

Clean command

The clean command has the following options:

Usage: clean [options]

Clean your website build

Options:
  -h, --help  output usage information

Serve command

The serve command has the following options:

Usage: serve [options]

Serves website

Options:
  -w --watch  Watches for changes
  -b --build  Builds on start
  -c --clean  Cleans build directory
  -h, --help  output usage information
Tags:
usage | commands |