UNPKG

@ou-imdt/create

Version:

Command line tool to create team boilerplate.

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