custom-functions-metadata
v3.0.1
Published
Generate metadata for Excel Custom Functions.
Readme
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.
