Package Exports
- @toxuh/create-imp
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-imp
Or use the wrapper:
npx @toxuh/imp
You 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.