This is a pnpm workspaces monorepo containing three packages:
cli: Command-line interface to generate Laravel-like endpoints, request and response schemas.module: An admin panel generated from your Drizzle ORM models.docs: Documentation.
- Install dependencies:
pnpm install. - Run scripts from the root or from individual packages as needed.
/cli- CLI tools./module- Admin panel module./docs- Documentation.