UNPKG

jec-cli

Version:

CLI tool for managing JEC projects.

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