Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 888 Bytes

File metadata and controls

13 lines (9 loc) · 888 Bytes

api-links Generator

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.

Configuring

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