1.0.1 • Published 3 years ago

add-to-next v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Add To Next

Easily integrate different packages (tailwindcss for now) into your next.js with a single command.

Usage

Adding TailwindCSS

npx add-to-next@latest tailwind

What this command will do?

  • First, it will ask you to choose to install tailwindcss community packages.
  • Second, it checks if you using app folder or not.
    • If no, then it will install, tailwindcss, postcss, autoprefixer then it add tailwind.config.js file and the tailwind styles decorators in your styles/globals.css file.
    • If yes, then it will install, tailwindcss, postcss, autoprefixer then it add tailwind.config.js file and it will append tailwind styles decorators to a app/globals.css file.

Note: If you are using turbopack, then add --turbo flag to the command.

npx add-to-next@latest tailwind --turbo
1.0.1

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago