Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 310 Bytes

File metadata and controls

15 lines (12 loc) · 310 Bytes

API Documentation

To generate API documentation from TSDoc comments:

  1. Install TypeDoc (if not already):
    pnpm add -D typedoc
  2. Run the script:
    pnpm ts-node scripts/generate-api-docs.ts
  3. View the generated docs in docs/api/

See typedoc.json for configuration.