UNPKG

msync

Version:

Easily manage building and syncing multiple node-modules in a flexibly defined workspace.

9 lines (8 loc) 303 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var ls_cmd_1 = require("./cmds/ls.cmd"); exports.ls = ls_cmd_1.ls; var sync_cmd_1 = require("./cmds/sync.cmd"); exports.sync = sync_cmd_1.sync; var build_cmd_1 = require("./cmds/build.cmd"); exports.build = build_cmd_1.build;