UNPKG

generator-hap

Version:

generator hap for install and update hap scaffold

7 lines (6 loc) 108 B
var chalk = require('chalk'); module.exports = { log: function(msg){ console.log(chalk.green(msg)); } }