UNPKG

bundler-plate

Version:

A CLI generates a boilerplate and config file for webpack/gulp with the most recommended and commonly used configurations.

9 lines (7 loc) 133 B
const chalk = require("chalk"); module.exports = { chalk, log(txt, color = "cyan") { console.log(chalk[color](txt)); } };