create-nextjs-template-lloyd
v1.0.1
Published
A CLI to scaffold a Next.js application with Tailwind, Shadcn, and more.
Downloads
183
Maintainers
Readme
Next.js Template CLI
This package allows you to quickly scaffold a new Next.js project with:
- Tailwind CSS v4
- Shadcn UI
- Zustand
- Sonner
- Next-themes (Dark mode)
Usage
You can use this template without installing it globally:
npx create-nextjs-template-lloyd my-app-nameOr install it globally:
npm install -g create-nextjs-template-lloyd
create-nextjs-template-lloyd my-app-nameDevelopment
To test this CLI locally:
- Run
npm linkin this directory. - Go to another directory and run
create-nextjs-template-lloyd test-app.
