UNPKG

msync

Version:

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

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