UNPKG

msync

Version:

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

8 lines (7 loc) 321 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var common_1 = require("./common"); var chalk_1 = require("chalk"); var command_interface_1 = require("command-interface"); common_1.log.info(chalk_1.default.bgMagenta.black(' MSYNC ')); command_interface_1.default(__dirname + "/**/*.cmd.js");