A simple command line interface for bootstrapping Svelte apps.
$ npm add -g simple-svelte-cli
$ svelte create <project-name>
Currently supported options:
Flag | Description |
---|---|
--help, -h | Display a list of currently supported options. |
--ssr | Create a server side rendered Sapper application. |