scale-tone/az-func-as-a-graph

Generates interactive code diagrams for your Azure Functions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
projectFolderFolder where your host.json file resides. If omitted, defaults to repo's root folder. If your Functions project is not in the root folder, specify the exact path to it here.no
outputFilePath to output file. Extension can be either .SVG or .HTM. If it is .HTM, an interactive HTML page is generated - nodes are clickable and lead to source code. If the path contains folders, those folders must pre-exist. If omitted, defaults to {my-repo-name}.diagram.htmno
templateFileFull path to a custom template (will only be used, if output file has .HTM or .MD extension). If omitted, the default built-in template will be used.no
doNotRenderFunctionsWhen set to true, Functions will not be shown on the resulting diagramnofalse
doNotRenderProxiesWhen set to true, Azure Functions Proxies will not be shown on the resulting diagramnofalse

no outputs