Skip to content

Commit e6b24b3

Browse files
Display Generator Version
1 parent 0ee708f commit e6b24b3

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
@@ -96,6 +96,7 @@ export class Generator extends Base {
9696
},
9797
info: function () {
9898
this.log(this.yoWelcome);
99+
this.log('Angular Fullstack v' + this.rootGeneratorVersion() +'\n');
99100
this.log('Out of the box I create an AngularJS app with an Express server.\n');
100101
},
101102
checkForConfig: function() {

0 commit comments

Comments
 (0)