Skip to content

Commit 044e4d1

Browse files
authored
Merge pull request #2592 from angular-fullstack/canary-version
feat(generator): display current generator version
2 parents 973ca50 + 755d542 commit 044e4d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/generators/app/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export class Generator extends Base {
9090
},
9191
info: function () {
9292
this.log(this.yoWelcome);
93+
this.log(`Angular Fullstack v${this.rootGeneratorVersion()}\n`);
9394
this.log('Out of the box I create an Angular app with an Express server.\n');
9495
},
9596
checkForConfig: function() {

0 commit comments

Comments
 (0)