UNPKG

navy

Version:

Quick and powerful development environments using Docker and Docker Compose

16 lines (12 loc) 332 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = _default; var _ = require("../"); async function _default(name, args, opts) { const navy = (0, _.getNavy)(opts.navy); await navy.ensurePluginsLoaded(); await navy.invokeCommand(name, args); } module.exports = exports.default;