adorex-cli
v1.3.7
Published
Scaffold Express + TypeScript + Prisma + SQLite apps
Maintainers
Readme
adorex 
Bootstrap an API-ready backend starter with Express, TypeScript, Prisma, and SQLite through libsql!
Start an Adorex Project
Node Support: Run the CLI on Node.js 22 or newer. Generated apps are validated on Node.js
^22.12 || ^24.0.
With NPM:
npx adorex-cliWith Yarn:
yarn dlx adorex-cliWith PNPM:
pnpm dlx adorex-cliOr install once and run globally:
npm i -g adorex-cli
adorexThe CLI will guide you through setup.
Prefer non-interactive usage? Pass a name directly:
npx adorex-cli my-app
yarn dlx adorex-cli my-app
pnpm dlx adorex-cli my-app
adorex my-appProject Layout
my-app/
src/
index.ts
utils/
logger.ts
prisma.ts
prisma/
schema.prisma
prisma.config.ts
tsconfig.json
.envAfter generation:
cd my-app
npx prisma migrate dev --name init
npm run devStack
- Node.js:
^22.12 || ^24.0 - Express:
^5.2.1 - TypeScript:
^5.9.2 - Prisma ORM:
prisma ^7.5.0and@prisma/client ^7.5.0 - SQLite via libsql:
@libsql/client ^0.17.0and@prisma/adapter-libsql ^7.5.0 - Dev tooling:
tsx ^4.20.5anddotenv ^16.4.7
Generated App Scripts
npm run dev- run the server with watch modenpm run typecheck- run static type checksnpm run build- compile output intodist/npm run start- run the production build
If you enjoyed the package, consider buying me a virtual coffee ☕ @ buymeacoffee.com
