1.3.1 • Published 4 months ago

next-start-cli v1.3.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 months ago

Next Start CLI

A CLI tool to quickly create and set up Next.js projects with shadcn/ui components.

Features

  • Creates a new Next.js project with TypeScript, Tailwind CSS, and ESLint
  • Initializes and configures shadcn/ui
  • Option to add common shadcn/ui components
  • Optional admin dashboard setup with pre-configured components:
    • Sidebar navigation
    • Login page

Installation

npm install -g next-start-cli

Usage

Run the CLI:

next-start-cli

With admin dashboard:

next-start-cli --admin

Without git commiting changes made by CLI tool:

next-start-cli --no-git

Note:

Use --no-git when tesing locally for development

  • Project name selection
  • Next.js version selection
  • shadcn/ui theme configuration
  • Component installation

Project Structure

The generated project includes:

my-app/
├── src/
│   ├── app/
│   │   ├── dashboard/ # Admin dashboard (if --admin flag used)
│   │   └── login/     # Login page (if --admin flag used)
│   └── components/
│       └── ui/        # shadcn/ui components

Options

  • --admin or -a: Includes admin dashboard components
  • --no-git: Skit changes commiting in CLI tool

Development

License

ISC

Author

Yasith Silva

1.3.1

4 months ago

1.3.0

4 months ago

1.2.4

4 months ago

1.2.3

4 months ago

1.2.2

4 months ago

1.2.1

4 months ago

1.1.7

4 months ago

1.2.0

4 months ago

1.1.6

5 months ago

1.1.5

5 months ago

1.1.4

5 months ago

1.1.3

5 months ago

1.1.2

5 months ago

1.1.1

5 months ago

1.1.0

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago