simple-svelte-cli
v1.0.2
Published
A simple CLI for bootstrapping Svelte appplications.
Downloads
4
Readme
Simple svelte CLI
A simple command line interface for bootstrapping Svelte apps.
Installation
$ npm add -g simple-svelte-cli
Usage
$ 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. |