We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f259f7 commit 4cee318Copy full SHA for 4cee318
app/generator.js
@@ -37,6 +37,12 @@ export default class Generator extends Base {
37
},
38
39
info: function () {
40
+ this.log(chalk.red(`
41
+################################################################
42
+# NOTE: You are using a pre-release version of
43
+# generator-angular-fullstack. For a more stable version, run
44
+# \`npm install -g generator-angular-fullstack@^2.0.0\`
45
+################################################################`));
46
this.log(this.yoWelcome);
47
this.log('Out of the box I create an AngularJS app with an Express server.\n');
48
0 commit comments