Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 519 Bytes

File metadata and controls

19 lines (11 loc) · 519 Bytes

Custom-Functions-Metadata

This package allows metadata for custom functions to be generated automatically from JSDoc tags and the function parameter types.

Command-Line Interface

generate

Generates metadata for custom functions from source code.

Syntax:

custom-functions-metadata generate <sourceFile> [outputFile]

sourceFile: path to the source file (.ts or .js). outputFile: If specified, the metadata is written to the file. Otherwise, it is written to the console.