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
- Host: GitHub
- URL: https://github.com/zakodium/typedoc-action
- Owner: zakodium
- License: mit
- Created: 2020-10-11T12:13:26.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-08-20T09:52:51.000Z (10 months ago)
- Last Synced: 2025-12-12T01:29:44.807Z (6 months ago)
- Language: JavaScript
- Size: 58.2 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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`.