UNPKG

orderup

Version:

Quickstart your day by opening all the files for a project that you specify once

11 lines (9 loc) 203 B
var chalk = require('chalk'); module.exports = { error: function (text) { console.log(chalk.bold.red(text)); }, success: function (text) { console.log(chalk.green(text)); } };