UNPKG

ke-create-node-cli

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