UNPKG

create-kuproy

Version:

Tools for generating starter project

13 lines (10 loc) 169 B
const alert = require('cli-alerts'); module.exports = info => { alert({ type: `warning`, name: `DEBUG LOG`, msg: `` }); console.log(info); console.log(); };