0.1.3 • Published 2 years ago

create-next-shadcn-starter v0.1.3

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

Create Next-Shadcn Starter

npm version npm downloads GitHub stars GitHub issues GitHub pull-requests GitHub last commit License: MIT

A CLI tool to scaffold a Next.js project pre-configured with shadcn UI components, Tailwind CSS, and other best practices.

Features

  • Fast project setup with one command.
  • Pre-configured with shadcn UI components for quick UI building.
  • Integrated with Tailwind CSS for rapid styling.
  • Includes other best practices for a modern React development environment.

Prerequisites

  • Node.js >=14.0.0
  • npm >=6.0.0

Installation

To use this CLI tool, you don't need to install it. Simply run:

npx create-next-shadcn-starter

Or install it globally:

npm install -g create-next-shadcn-starter

Usage

After installation, you can run the following command to create a new project:

create-next-shadcn-app

You'll be prompted to enter your project name and other optional configurations.

Contributing

If you have suggestions for how create-next-shadcn-starter could be improved, or want to report a bug, open an issue! Contributions of all kinds are welcomed!

License

MIT

Support

For general questions or issues about the tool, please open an issue on the GitHub repository. For more personalized guidance, reach out to the maintainer at GitHub.

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago