UNPKG

@ygyg/yg-cli

Version:

A simple CLI for front-end engineering automation construction tool.

6 lines (5 loc) 177 B
const chalk = require('chalk'); // output to stdout in a progress bar compatible way module.exports = (...msg) => { console.log(`${chalk.green('[ygd-scripts]')}`, ...msg); };