We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03c37fa + f56ab60 commit 83d7c1dCopy full SHA for 83d7c1d
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