UNPKG

codesee

Version:

CodeSee instrumentation and analysis to support developers with continuous code understanding

12 lines (9 loc) 319 B
#!/usr/bin/env node /* * This file must be javascript otherwise installing as a dependency * within our monorepo fails to install since the typescript version * would not have been processed into javascript at that point in the * build process. */ const { default: main } = require("../dist/index.cjs"); main();