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
/
dist-esm
/
cli.js
7 lines
•
216 B
JavaScript
View Raw
1
2
3
4
5
6
7
#!/usr/bin/env node
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
// CLI Caller from global installation
const
_1 =
require
(
"./"
); (
0
, _1.
runAnalysis
)();
//# sourceMappingURL=cli.js.map