Scaffold Express + TypeScript + Prisma + SQLite apps with libsql. Version 1.4.14, released occasionally. Key differentiator: Provides a pre-configured stack with libsql (Turso) adapter for SQLite, Prisma ORM, and modern tooling (tsx, dotenv). Targets Node.js >=22 and Express 5.
npm install create-adorexNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to scaffold a new project with the CLI using npm.
Upgrade Node.js to version 22 or later.
Use --force only if you are sure you want to overwrite.
Run `npx prisma generate` after modifying prisma/schema.prisma.
Check Prisma 7 migration guide and update schema accordingly.
Run the command in your user directory (e.g., ~/projects) or a writable location.
Use `npm create adorex@latest my-app -- --force`
Use `npm create adorex@latest my-app -- --template express-sqlite`
No dependency data recorded yet.