jantimon / next-yak

a streamlined CSS-in-JS solution tailor-made for Next.js, seamlessly combining the expressive power of styled-components syntax with efficient build-time extraction and minimal runtime footprint, ensuring optimal performance and easy integration with existing atomic CSS frameworks like Tailwind CSS
https://yak.js.org
108 stars 2 forks source link

Add automatic setup #102

Open Mad-Kat opened 2 months ago

Mad-Kat commented 2 months ago

It would be nice to have a command like

npx next-yak

or

npm create next-yak

to add next-yak to package.json and import withYak in the next.config.(m)js and wrap the default export.