Skip to content
On this page

Installation

The CLI can be installed locally to your project via

sh
npm install @solid-cli/core

Or installed globally:

sh
npm install -g @solid-cli/core

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`