@jsonifyy/create-jstack
v0.0.6
Published
Create a new Next.js project with shadcn/ui pre-configured
Maintainers
Readme
create-jstack
A CLI tool to quickly create a new Next.js project with shadcn/ui pre-configured.
Features
- Next.js (Latest Canary)
- TypeScript
- Tailwind CSS
- shadcn/ui (pre-configured)
- ESLint
- App Router
- Import Aliases (@/*)
- Bun Package Manager
Usage
bunx create-jstackThis will prompt you for a project name and create a new directory with that name containing your new Next.js application.
What's included?
- Next.js app with TypeScript and App Router
- Tailwind CSS for styling
- shadcn/ui components pre-configured
- ESLint for code linting
- Import aliases configured (@/*)
- Bun as the package manager
Development
To develop the CLI tool locally:
Clone the repository
Install dependencies:
bun installBuild the project:
bun run buildLink it globally:
bun link
License
MIT
