UNPKG

@onboardbase/cli

Version:

[![Version](https://img.shields.io/npm/v/@onboardbase/cli.svg)](https://www.npmjs.com/package/@onboardbase/cli) [![Downloads/week](https://img.shields.io/npm/dw/@onboardbase/cli.svg)](https://www.npmjs.com/package/@onboardbase/cli) [![License](https://img

11 lines (10 loc) 383 B
"use strict"; 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;