Skip to content

v1.0.0

Choose a tag to compare

@tyecode tyecode released this 07 Sep 21:00
· 43 commits to main since this release

[1.0.0] - 2024-09-08

Added

  • Automated Next.js Project Setup: Easily set up a new Next.js project pre-configured with TypeScript and Tailwind CSS.
  • Customizable Package Manager: Flexibly choose between npm, yarn, or pnpm as your preferred package manager during project initialization.
  • Prettier and ESLint Configuration: Prettier and ESLint come pre-installed with custom rules tailored for Tailwind CSS, ensuring a clean and consistent code style.
  • Utilities for Class Management: Includes clsx and tailwind-merge for optimized class management in Tailwind CSS, making it easier to handle dynamic and conditional class names.

Notes

  • This release streamlines the development process for Next.js projects, offering customization and out-of-the-box productivity.

Check out the Changelog for all the details!