| 1 | import { ChildProcess, exec, execSync } from 'child_process'; |
| 2 | import { existsSync, mkdirSync, readFileSync, rmSync, writeFileSync } from 'fs'; |
| 3 | import { yellow } from 'kleur/colors'; |
| 4 | import { dirname, join, resolve } from 'path'; |
nothing calls this directly
no test coverage detected