Greenfield TypeScript
Use this flow for a new service or library where Anvil can create the initial project contract.
mkdir my-servicecd my-servicebunx anvil init --lang typescriptbun installmake checkmake qualityAfter the scaffold, read AGENTS.md and src/seed/ before adding application code. Those files are the local examples a coding agent should follow.