1.0.2 • Published 6 years ago
simple-svelte-cli v1.0.2
Simple svelte CLI
A simple command line interface for bootstrapping Svelte apps.
Installation
$ npm add -g simple-svelte-cliUsage
$ svelte create <project-name>Options
Currently supported options:
| Flag | Description |
|---|---|
| --help, -h | Display a list of currently supported options. |
| --ssr | Create a server side rendered Sapper application. |