Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/cli / / runToolsLint
Function: runToolsLint()
ts
function runToolsLint(options?): Promise<ToolsLintReport>;Defined in: packages/cli/src/commands/tools-lint.ts:161
Run the discovery + grader pipeline. Returns the structured report the CLI emits to stdout.
Parameters
| Parameter | Type |
|---|---|
options | ToolsLintOptions |
Returns
Promise<ToolsLintReport>