UNPKG

@golemio/cli

Version:

Collection of executables intended for use with Golemio services and modules

10 lines 355 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.run = void 0; const gluegun_1 = require("gluegun"); const run = (argv) => { const runtime = (0, gluegun_1.build)().brand("golemio").src(__dirname).help().defaultCommand().create(); return runtime.run(argv); }; exports.run = run; //# sourceMappingURL=index.js.map