An open API service indexing awesome lists of open source software.

https://github.com/jamesgeorge007/svelter-cli

An unofficial CLI solution for the svelte ecosystem
https://github.com/jamesgeorge007/svelter-cli

cli command-line-tool commander developer-tools front-end-development hacktoberfest hacktoberfest2020 javascript nodejs svelte sveltejs

Last synced: about 1 year ago
JSON representation

An unofficial CLI solution for the svelte ecosystem

Awesome Lists containing this project

README

          

# Svelter-CLI

An unofficial CLI solution for the Svelte ecosystem.

```bash
Usage: svelter [options]

Options:
-V, --version output the version number
-h, --help display help for command

Commands:
new [options] Scaffolds a svelte/sapper project
help [command] display help for command
```

## Usage

`npm install -g svelter-cli`

`svelter new ` - Scaffolds a new Svelte/Sapper project.

- Supply `--use-yarn` flag to use `yarn` as the package manager.