UNPKG

project-analyzer

Version:

Node cli utility for analyzing project complexity structure

7 lines (6 loc) 111 B
export interface Config { reportPath?: string; markdown?: boolean; silent?: boolean; tree?: boolean; }