The api-links generator creates a mapping of publicly accessible functions to their source locations in the Node.js repository by analyzing JavaScript source files.
The api-links generator accepts the following configuration options:
| Name | Type | Default | Description |
|---|---|---|---|
output | string | - | The directory where apilinks.json will be written |
sourceURL | string | '${GITHUB_BLOB_URL}lib/{fileName}' | URL template for linking to source files |
minify | boolean | Inherited from global | Whether to minify the output JSON |