static_shock_cli 0.0.1-dev.2 copy "static_shock_cli: ^0.0.1-dev.2" to clipboard
static_shock_cli: ^0.0.1-dev.2 copied to clipboard

CLI for Static Shock - a static site generator, written in Dart.

Static Shock CLI #

The static_shock_cli package is the command-line interface for static_shock.

Activate static_shock_cli from Pub #

dart pub global activate static_shock_cli

Activate static_shock_cli from your machine #

Activate the local package from anywhere on your machine:

dart pub global activate --source=path /MY_ROOT_PATH/static_shock/static_shock_cli/

Activate the local package from the root of this repository:

dart pub global activate --source=path ./static_shock_cli/

Activate the local package from the static_shock_cli directory:

dart pub global activate --source=path .