@toxuh/create-imp
v1.0.2
Published
Next.js starter (Next 15 + shadcn + next-themes + optional Prisma).
Downloads
56
Maintainers
Readme
@toxuh/create-imp
Next.js starter CLI (Next 15 + Tailwind + shadcn + next-themes, optional Prisma).
Install / Usage
Run directly via npx:
npx @toxuh/create-impOr use the wrapper:
npx @toxuh/impYou will be prompted for Prisma integration. The generator will:
- scaffold a new Next.js app (app router, TS, Tailwind, ESLint)
- install dependencies
- add Prettier (+ Tailwind plugin) and write
.prettierrc - init shadcn and add
next-themes - replace app layout/page with a ThemeProvider setup
- (optional) init Prisma, set custom client output to
generated/client
Development
- Build:
npm run build - Test:
npm run test - Lint:
npm run lint
Node >= 18.18 is required.
