1.1.2 • Published 1 year ago

create-tw v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Create Tailwind (create-tw)

The easiest way to get started with TailwindCSS.

It uses popular scaffolding scripts like create-next-app, create-vite, create-astro, or create-svelte to scaffold projects and then configures TailwindCSS to work with your project out of the box.

npx

npx create-tw@latest

# OR

npx create-tw@latest <project-name> --template <id>

yarn

yarn create tw

# OR

yearn create tw <project-name> --template <id>

pnpm

pnpm create tw

# OR

pnpm create tw <project-name> --template <id>
  1. Pick project type
    • Nextjs (create-next-app)
    • Vanilla (create-vite)
    • React (create-vite)
    • Vue (create-vite)
    • Astro (create-astro)
    • Svelte (create-svelte)
    • Preact (create-vite)
    • Solid (degit)
  2. Pick language
    • TypeScript
    • JavaScript
  3. Pick dependencies
    • Prettier, clsx, etc.
  4. Pick Plugins
    • Daisy UI, @tailwindcss/typography, etc

It's ready! ✅

Currently in very early stage of development

Ideas, suggestions and bug reports are much appreciated. In the following days I'm planning to add support for React, Vue & Svelte with Vite.

Scaffolding tools

idTemplateTool
nextjsNext.jscreate-next-app
vanillaVanillacreate-vite
reactReactcreate-vite
vueVuecreate-vite
astroAstrocreate-astro
svelte-kitSvelte Kitcreate-svelte
preactPreactcreate-vite
solidSoliddegit

NOTE: Add the -ts postfix to the ID to install with TypeScript

Include template id to skip input steps

npx create-tw@latest --template <id>
# OR
yarn create tw --template <id>
1.1.2

1 year ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

0.0.22

2 years ago

0.0.21

2 years ago

0.0.20

2 years ago

0.0.19

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.5

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago