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
- Host: GitHub
- URL: https://github.com/jamesgeorge007/svelter-cli
- Owner: jamesgeorge007
- License: mit
- Created: 2020-04-24T04:25:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T14:11:59.000Z (over 4 years ago)
- Last Synced: 2025-04-22T19:55:05.811Z (about 1 year ago)
- Topics: cli, command-line-tool, commander, developer-tools, front-end-development, hacktoberfest, hacktoberfest2020, javascript, nodejs, svelte, sveltejs
- Language: JavaScript
- Homepage:
- Size: 292 KB
- Stars: 12
- Watchers: 6
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.