@onboardbase/cli
Version:
[](https://www.npmjs.com/package/@onboardbase/cli) [](https://www.npmjs.com/package/@onboardbase/cli) [ • 383 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const hook = async function (options) {
// Run startup command before running the original command requested by the user
// if (isUnix()) {
// const serviceFile = getPathToServiceFiles();
// if (!isOnboardbaseServiceInstalled()) await Startup.run();
// }
};
exports.default = hook;