Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@zanzojs/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@zanzojs/cli
The official CLI for ZanzoJS. Scaffolds your project with the correct boilerplate in seconds.
Usage
No installation needed:
npx @zanzojs/cli@latest init # Scaffold a new project
npx @zanzojs/cli@latest check # Lint and validate your schemaOr install globally:
pnpm add -g @zanzojs/cli
zanzojs init
zanzojs checkWhat it generates
zanzo.config.ts— Your ZanzoJS schema with the entities you specifiedzanzo-migration.sql— The Universal Tuple Table migration for your databasesrc/app/api/permissions/route.ts— Snapshot compilation endpointsrc/app/api/grant/route.ts— Permission grant endpoint with expandTuplessrc/app/api/revoke/route.ts— Permission revoke endpoint with collapseTuples.cursorrules/CLAUDE.md/.windsurfrules— Agent context rules for your IDE