Installation
The CLI can be installed locally to your project via
sh
npm install solid-cli
Or installed globally:
sh
npm install -g solid-cli
It can then be invoked via the keyword solid
, and the help page can be displayed with solid --help
txt
┌ Solid-CLI
solid <subcommand>
where <subcommand> can be one of:
- add - Can add and install integrations: `solid add unocss`.
- new - Creates a new solid project
- start - Commands specific to solid start
For more help, try running `solid <subcommand> --help`