blockforge
v0.1.0
Published
Primary npm CLI entrypoint for BlockForge.
Readme
blockforge CLI
Primary npm CLI entrypoint for BlockForge.
Commands:
blockforge init --framework next --target <path> [--force]blockforge models <scan|diff|push> [...args]blockforge db <setup|check> [--db-url <postgres_url>]
Usage:
npx blockforge init --framework next --target ../your-next-app
npx blockforge models scan --project-id acme-site
BLOCKFORGE_DB_URL="postgresql://..." npx blockforge db setupThis package is self-contained:
- adapter scaffold script:
tools/adapter-next/init.mjs - model CLI runtime:
tools/cms-model/* - DB setup/check + migrations:
tools/db/index.mjs,supabase/migrations/*
