'use strict'; const config = require('./config'); const yeoman = require('./yeoman'); module.exports = { config, yeoman };