create-next-shadmag
v1.0.2
Published
A CLI tool to quickly set up a Next.js project with Shadcn UI & Magic UI components.
Downloads
8
Maintainers
Readme
create-next-shadmag
A CLI tool to quickly set up a Next.js project with Shadcn UI & Magic UI components.
Description
create-next-shadmag
is a command-line interface tool designed to streamline the process of setting up a Next.js project with Shadcn UI and Magic UI components. It provides a quick and efficient way to bootstrap your project with these powerful UI libraries.
Installation
You can use this package directly with npx without installing it globally:
npx create-next-shadmag
Usage
After installation, you can run the following command to start the setup process:
npx create-next-shadmag [project-name]
or
npm create-next-shadmag . # use . to create a project in the current directory
License
This project is licensed under the MIT License. See the LICENSE file for more details.