We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5ad7f9 commit f56ab60Copy full SHA for f56ab60
1 file changed
app/generator.js
@@ -30,6 +30,7 @@ export default class Generator extends Base {
30
return {
31
32
init: function () {
33
+ this.config.set('generatorVersion', this.rootGeneratorVersion());
34
this.filters = {};
35
36
// init shared generator properies and methods
@@ -43,6 +44,7 @@ export default class Generator extends Base {
43
44
# generator-angular-fullstack. For a more stable version, run
45
# \`npm install -g generator-angular-fullstack@^2.0.0\`
46
################################################################`));
47
+ this.log('You\'re using the Angular Full-Stack Generator, version ' + this.rootGeneratorVersion());
48
this.log(this.yoWelcome);
49
this.log('Out of the box I create an AngularJS app with an Express server.\n');
50
},
0 commit comments