0.0.4 • Published 2 years ago
rr-cli-tw v0.0.4
rr-tw: Tailwind Install Automation for SvelteKit
The rr-tw command will install Tailwind CSS on your SvelteKit project.
Installation
To make the rr-tw command available globally on your system install the rr-cli-tw package using npm:
npm install -g rr-cli-twHow to Use
Navigate to the root of your SvelteKit project
cd your-sveltekit-rootRun command to install tailwind css
rr-twThat's it!
How it works
Automated script install npm packages, creates missing files and edits existing ones as per the instructions found at Tailwind CSS SvelteKit Guide.
Versions
Tested with:
- Tailwind v3.4
- SvelteKit v2.0