TsUML
TsUML copied to clipboard
Pickups only 1 file
I tried to use on Angular CLI project and it pickups only 1 file to display
Hey there! Actually, you should quote or escape your glob pattern, or it will be interpreted by the shell. Try this:
tsuml --glob './src/**/*.ts'
is this project still being developed?
I tried escaping glob pattern node_modules/.bin/tsuml --glob './src/**/*.ts' but still got the same error.
var svgFileName = body.replace(".png", ".svg");
^
TypeError: Cannot read property 'replace' of undefined
"tsuml": "0.0.1-alpha.8" and node-v10.15.3