create-sktw
v1.4.1
Published
Handy tool to quickly create a new SvelteKit app with Tailwind 2.0 already installed and configured.
Downloads
2
Maintainers
Readme
SvelteKit Tailwind
Handy tool to quickly create a new SvelteKit app with Tailwind 2.0 already installed and configured.
Starts with SvelteKit and then uses svelte-add/tailwindcss to add TW2.
How to use
- Create a new directory for your project and cd into it.
- Run:
npm init sktw
. - Hit return to accept defaults at prompts during installation.
Benefits
This isn't a boilerplate. It's a script that installs the latest SvelteKit, then runs another script to install PostCSS and Tailwind2. So if all goes well, this should continue to always install the lateset and greatest versions.