The Walk command
Generate an interactive graph report of your debt évolution through time and space.
debt-collector walknode_modules/.cache/debt-collector/report.htmlConfiguration overview
The typescript signature for the walk config
interface Config {
...
walkConfig?: {
gitCommand: string // a git command to be run
parser: (gitResult: string) => string[] // a funtion parsing the result, and returning a list of revisions
limit?: number // the maximum number of revision that should be analyzed
report?: // see the config docs for more infos on that
}
...
}flag
argument
description
Last updated