@forma-lang/cli
v0.1.3
Published
Command-line tools for Forma agent contracts
Readme
@forma-lang/cli
Command-line tools for Forma agent contracts.
Install the CLI to use the forma command for checking contracts, generating
bindings, running local proofs, scaffolding host projects, and reviewing
package artifacts.
npm install -g @forma-lang/cli
forma --helpforma check examples/review_diff.forma
forma generate examples/review_diff.forma --target typescript --output review_diff.forma.ts
forma project-init ./review-diff-agent --name review-diff-agent --task review_diff --minimalBuild and test from the repository root:
corepack pnpm --filter @forma-lang/cli build
corepack pnpm --filter @forma-lang/cli test