UNPKG

jec-cli

Version:

CLI tool for managing JEC projects.

9 lines (8 loc) 271 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const CreateInterface_1 = require("../../cmd/jec/CreateInterface"); function run(argv) { const cmd = new CreateInterface_1.CreateInterface(); cmd.run(argv); } exports.run = run;