JSPM

@toxuh/create-imp

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 134
  • Score
    100M100P100Q83085F
  • License MIT

Next.js starter (Next 15 + shadcn + next-themes + optional Prisma).

Package Exports

  • @toxuh/create-imp

Readme

@toxuh/create-imp

npm version npm downloads node version license: MIT

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.