The Walk command
Generate an interactive graph report of your debt evolution 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
parser: (gitResult: string) => { hash: string; date: string; name: string }[]
limit?: number
report?: {
packages?: { [name: string]: string }
}
}
...
}flag
argument
description
Last updated