Skip to content

This is a generator I personally use when creating new svelte projects and want some boilerplate to build upon

Notifications You must be signed in to change notification settings

BullishVince/svelte-project-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Svelte Project Generator

This is a repo I personally use when creating new Svelte projects 😄
I often want to get a basic boilerplate with some nice styling up and running as fast as possible so this is a good way of doing just that. Hope you find it useful

Getting started

Clone it and install dependencies

git clone https://github.com/BullishVince/svelte-project-generator.git && npm i  

Create your project, run npm run help if you need help 😉

npm run create -- -l {location} -n {name}

Examples

npm run create -- -l ../my-app -n my-app  

About

This is a generator I personally use when creating new svelte projects and want some boilerplate to build upon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published