Registry / devops / create-adorex

create-adorex

JSON →
library1.4.14jsnpmunverified

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-adorex
INSTALL
IMPORT
SIG · CREATE-ADOREX
C
create-adorex
devopsjavascriptv1.4.14
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

create-adorex (CLI)
✓ npm create adorex
✗ npx create-adorex
Use 'npm create' or 'pnpm create' etc., not 'npx create-adorex'.

Shows how to scaffold a new project with the CLI using npm.

# Create a new app npm create adorex my-app # Or if you want to create in current directory cd my-app npm create adorex . # Or with a template flag (after --) npm create adorex@latest my-app -- --template express-sqlite
Debug
Known issues
gotchaRequires Node.js >=22. Will fail on older versions.
fix
Upgrade Node.js to version 22 or later.
affects: >=0
gotchaWhen using --force flag, it will overwrite existing directory without confirmation.
fix
Use --force only if you are sure you want to overwrite.
affects: >=0
gotchaThe generated project uses Prisma with libsql adapter. Ensure you run `npx prisma generate` after defining your schema.
fix
Run `npx prisma generate` after modifying prisma/schema.prisma.
affects: >=0
breakingMajor version update of Prisma from 6 to 7 may cause breaking changes in schema syntax or client API.
fix
Check Prisma 7 migration guide and update schema accordingly.
affects: >=1.4.0
Errors
Common errors & fixes
npm ERR! code EROFS
Trying to create project in root or read-only directory (e.g., on Windows C:\)
fix
Run the command in your user directory (e.g., ~/projects) or a writable location.
Error: Unknown option '--force'
Flag passed before '--' separator
fix
Use `npm create adorex@latest my-app -- --force`
Error: Template "express-sqlite" not found
Invalid template name or package version mismatch
fix
Use `npm create adorex@latest my-app -- --template express-sqlite`
Upgrade
Version history
1.4.14latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
create-adorex — npm install create-adorex · libregistry