Skip to content

Greenfield TypeScript

Use this flow for a new service or library where Anvil can create the initial project contract.

Terminal window
mkdir my-service
cd my-service
bunx anvil init --lang typescript
bun install
make check
make quality

After the scaffold, read AGENTS.md and src/seed/ before adding application code. Those files are the local examples a coding agent should follow.