UNPKG

monorepo-run

Version:

Run scripts in monorepo with colors, streaming and separated panes

6 lines (4 loc) 184 B
// Same colors as lerna 😺️ const colors = ['cyan', 'magenta', 'blue', 'yellow', 'green', 'red'] let colorIndex = 0 exports.pickColor = () => colors[colorIndex++ % colors.length]