An open API service indexing awesome lists of open source software.

https://github.com/zakodium/typedoc-action

Build documentation using TypeDoc
https://github.com/zakodium/typedoc-action

Last synced: 5 months ago
JSON representation

Build documentation using TypeDoc

Awesome Lists containing this project

README

          

# Build documentation using TypeDoc

## Inputs

### `entry`

**Required** The entry point of your API.

You can specify multiple entry points using spaces as separators.

Defaults to `'src/index.ts'`.

### `name`

Name of the package.

Defaults to the `name` field in `package.json`.