Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 309 Bytes

File metadata and controls

16 lines (11 loc) · 309 Bytes

Contributing

Workflow

Format and check before committing:

deno task fmt
deno task check

Conventions

  • Hook scripts under scripts/ are standalone CLIs (no exports).
  • Shared code lives in scripts/lib/.
  • Commits follow Conventional Commits.