Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.01 KB

File metadata and controls

36 lines (24 loc) · 1.01 KB

@straw-hat/cli

This package is the Core CLI.

Installing the CLI

We encourage to install the CLI globally, this is not required, but this is how we use it in our organization:

yarn global add @straw-hat/cli

Extending the CLI

You can use shc plugins:install command to install additional plugins that extend the CLI.

Contributing to the CLI

Use yarn start to recompile the project in watch mode. Use plugins commands to link or install new functionalities. Use shc plugins --help for more information.

Command Topics