UNPKG

generator-hyper-angular

Version:

Yeoman generator for AngularJS/Express/node.js apps emphasizing modularity, configuration, and testing

10 lines (8 loc) 334 B
(function () { 'use strict'; var chalk = require('chalk'); module.exports = function (config) { console.log(chalk.white(chalk.bgBlack('Express server listening on port ' + config.port))); console.log(chalk.bold(chalk.green('Visit ' + config.protocol + '://' + config.server + ':' + config.port + config.app.path))); }; })();