UNPKG

@zohodesk/client_build_tool

Version:

A CLI tool to build web applications and client libraries

12 lines (9 loc) 254 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.run = run; var _commandsRouter = require("./commandsRouter"); function run(commandName, options) { return (0, _commandsRouter.runCommand)(commandName, options); }