create-acme-platform
v1.0.3
Published
Scaffold the Acme Platform starter monorepo.
Downloads
2,079
Maintainers
Readme
create-acme-platform
Scaffold the Acme Platform starter monorepo.
Usage
npm create acme-platform@latest my-app
pnpm create acme-platform my-app
npx create-acme-platform my-app
npx create-acme-platform my-app --no-skillsWhat it creates
- Next.js 16 frontend
- Hono API service
- Better Auth integration
- Drizzle ORM + PostgreSQL wiring
- Redis/BullMQ async jobs
- Turborepo + pnpm workspace setup
- Observability stack and CI workflows
- Agent skills restored from skills-lock.json with the Skills CLI by default
After scaffolding
cd my-apppnpm install- Copy
.env.example,apps/api/.env.example, andapps/web/.env.exampleto their.envfiles pnpm dev
Starter source: https://github.com/Prathamesh-chougale-17/acme-platform-starter#readme
