Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 671 Bytes

index.md

File metadata and controls

25 lines (18 loc) · 671 Bytes
layout title
home
Home

TypeDoc converts comments in TypeScript source code into rendered HTML documentation or a JSON model. It is extensible and supports a variety of configurations. Available as a CLI or Node module.

Quick Start

See the API tab for TypeDoc's API documentation, rendered with TypeDoc.

If you have npm installed, start using TypeDoc with the following commands.

# Install
npm install --save-dev typedoc

# Execute typedoc on your project
npx typedoc src/index.ts

For more advanced usage and configuration guides, see the installation guide.