A Bash CLI Tool to easily create different kinds of Svelte apps based on your requirements.
alias svc="YourSaveDirectory/svc.sh"
source ~/.zshrc
svc [PROJECT_NAME] [MODE]
(If mode is not passed, svc will create a default Svelte application)
Available Modes:
SCSS
(Creates a Svelte Project with SCSS)Express
(Creates a Svelte Project coupled with ExpressJS & SCSS)Tailwind
(Creates a Svelte Project coupled with TailwindCSS)If you have an outdated version of sveltecreate, no need to worry! Just copy the code from the latest svc.sh
file on github and paste in your locally saved svc.sh
file!
You should be good to go!