UNPKG

ng-factory

Version:

An **upgradable** development workflow library built on top of Gulp and focused on AngularJS components and applications.

8 lines (5 loc) 177 B
'use strict'; var chalk = require('chalk'); module.exports = function log(string) { console.log('[' + chalk.grey(new Date().toTimeString().slice(0, 8)) + '] ' + string); };