in generators/module/index.js [236:242]
async end() {
console.log('');
console.log('Your ' + this.options.moduleType + ' module '
+ chalk.green.bold(this.options.solutionName + '.' + this.options.moduleType + '.' + this.options.moduleName)
+ ' has been created and added to ' + chalk.green.bold(this.options.solutionName)
);
}