Busflow Docs

Internal documentation portal

Skip to content

<package-or-app-name> README Template

Copy this structure into top-level app/package READMEs. Remove sections that truly do not apply.

Purpose

Explain why this app/package exists in 1–3 sentences.

Public API / Entrypoints

  • src/index.ts — exported package API
  • src/main.ts — application entrypoint
  • CLI / HTTP / worker entrypoints, if applicable

Key Commands

bash
pnpm --filter <package> dev
pnpm --filter <package> test
pnpm --filter <package> build

Ownership & Consumers

RoleNotes
OwnerTeam/person responsible for review
ConsumersApps/packages that depend on this module

Common Pitfalls

  • List constraints that are easy to violate.
  • Prefer concrete examples over broad warnings.

Internal documentation — Busflow