We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f259f7 + 4cee318 commit e5ad7f9Copy full SHA for e5ad7f9
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