Create TW CLI - quickly scaffold projects pre-configured with Tailwind #9038
AndrejJurkin
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone!
Scratching my own itch, I've created a CLI that uses popular scaffolding tools like
create-next-app
,create-vite
,create-svelte
, orcreate-astro
to create projects and add tailwindcss to them.➡️ https://github.com/AndrejJurkin/create-tw
You can simply run
npx create-tw@latest
oryarn create tw
to get started.Any input is much appreciated.
Happy coding!
Beta Was this translation helpful? Give feedback.
All reactions