Skip to content

prisma/create-prisma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-prisma (minimal CLI)

Minimal ESM-first Node.js CLI scaffold built with @clack/prompts and tsdown.

Usage

  • Local dev:
npm install
npm run build
node dist/cli.js
  • Execute via the bin shim:
node bin/create-prisma.js

Scripts

  • npm run build – build with tsdown to dist/
  • npm run dev – rebuild on changes
  • npm run start – run the built CLI (dist/cli.js)
  • npm run typecheck – TypeScript type-check only

Notes

  • This project is ESM-first ("type": "module").
  • The executable entry is defined in package.json bin and implemented in bin/create-prisma.js.
  • The actual CLI logic lives in src/cli.ts and is built to dist/cli.js.

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published