UNPKG

generator-nodejs-common

Version:
11 lines (10 loc) 252 B
'use strict'; var yeoman = require('yeoman-generator'); module.exports = yeoman.generators.Base.extend({ writing: function () { this.fs.copy( this.templatePath('express.js'), this.destinationPath('./config/express.js') ); } });