Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 406 Bytes

File metadata and controls

19 lines (13 loc) · 406 Bytes

ts-base Agent Guide

This repository is a TypeScript template.

Tooling

  • Package manager: pnpm (required). Do not use npm or yarn.
  • Runtime: bun.
  • Module system: ESM ("type": "module").

Common commands

Run all commands from the repo root.

  • Install: pnpm install
  • Lint: pnpm run lint
  • Format: pnpm run format
  • Typecheck: pnpm run typecheck
  • Precommit check: pnpm run precommit