Skip to content

panagapko/sven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

sven.sh - SvelteKit + Tailwind CSS

This script creates a new svelte project and configures Tailwind CSS

Installed

Usage

sven - a quickstart script for SvelteKit + Tailwind CSS
Usage: sven [-t] [-r] project_name
Options:
-t  Configure Tailwind CSS
-r  Open VScode and npm run dev
project_name: A name for your project

Notes

The script calls npm create svelte@latest which is an interactive wizard. You have to answer a few questions.

If the -t switch is passed, it automatically performs the steps located at: https://tailwindcss.com/docs/guides/sveltekit

If the -r switch is passed, it launches VScode, runs the dev server, and opens the browser when complete.

Once complete, there will be a sven.log file in the project directory.

Why?

I'm learning SvelteKit and found myself repeating these steps far too often 😁

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages