Skip to content

Commit 5aa4adf

Browse files
feat(generator): display current generator version
1 parent 01b9a11 commit 5aa4adf

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)