UNPKG

@xarc/run

Version:

concurrent or serial run npm scripts, javascript tasks, and more

9 lines (7 loc) 262 B
"use strict"; const chalk = require("chalk"); const t1 = chalk.cyan("task1"); const t2 = chalk.cyan("task2"); const o = chalk.gray("[task options]"); const usage = "xrun " + chalk.blue("[options] [--]") + ` [${t1} ${o} ${t2} ${o} ...]`; module.exports = usage;