UNPKG

project-analyzer

Version:

Node cli utility for analyzing project complexity structure

7 lines 216 B
#!/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