'use strict'; /** * Module dependencies */ /** * Runs after this generator has finished * * @param {Object} scope * @param {Function} cb */ module.exports = function afterGenerate(scope, cb) { return cb(); };