create-next-shadcn
v1.0.8
Published
A CLI tool to quickly set up a Next.js project with Shadcn UI components.
Downloads
27
Maintainers
Readme
create-next-shadcn
A CLI tool to quickly set up a Next.js project with Shadcn UI components.
Features
- Creates a new Next.js project
- Sets up Tailwind CSS
- Initializes Shadcn UI
- Adds all Shadcn UI components
Prerequisites
- Node.js (version 14 or later)
- npm (version 6 or later)
Installation
You don't need to install this package globally. You can use it directly with npx.
Usage
Run the following command to create a new Next.js project with Shadcn UI:
npx create-next-shadcn your-project-name
Replace your-project-name
with the name of your project.