create-analog
The create-analog package contains templates for scaffolding new Analog projects.
- npm
- Yarn
- pnpm
npm create analog@latest
yarn create analog
pnpm create analog
Optional create-analog flags
| Flag | Description | Value type | Default value |
|---|---|---|---|
| <name> | Name of the project. Specify . to scaffold the project in the current directory. | string | |
--template | Template preset. | string |
Template presets
| Preset | Description |
|---|---|
Full-stack Application | Default Analog application. |
Blog | Default template enhanced with a blog example. |