UNPKG
project-analyzer
Version:
latest (0.7.5)
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.0
0.5.2
0.5.1
0.5.0
Node cli utility for analyzing project complexity structure
github.com/MassivDash/ProjectAnalyzer
project-analyzer
/
src
/
types
/
config.ts
7 lines
(6 loc)
•
111 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
interface
Config
{
reportPath
?:
string
;
markdown
?:
boolean
;
silent
?:
boolean
;
tree
?:
boolean
; }