UNPKG

@decaf-ts/utils

Version:

module management utils for decaf-ts

10 lines 354 B
/* istanbul ignore file */ import { ModulesCommand } from "./../cli/commands/index.js"; new ModulesCommand() .execute() .then(() => ModulesCommand.log.info("Module list collected successfully")) .catch((error) => { ModulesCommand.log.error(`Failed to retrieve modules`, error); process.exit(1); }); //# sourceMappingURL=modules.js.map