svelte-scaffold
Version:
A CLI tool for scaffolding svelte apps
21 lines (14 loc) • 655 B
Markdown
<div style="text-align:center" >
<img src="https://cl.ly/92d436ec559a/example.gif" width="500" height="350" />
</div>
Easily create / scaffold svelte web app using svelte-scaffold . It gives you two templates by default . svelte-app is for creating the actual svelte web app . The second one named svelte-library gives you a project , if built it can be installed via NPM
```bash
npm i -g svelte-scaffold
svelte
```
1 . This [article](https://medium.com/northcoders/creating-a-project-generator-with-node-29e13b3cd309) helped me create this project
<br />
2 . The templates are from the official svelte repository