Skip to content

Commit 4cee318

Browse files
committed
feat(gen): add note about being prerelease version
1 parent 1f259f7 commit 4cee318

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: app/generator.js

+6
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ export default class Generator extends Base {
3737
},
3838

3939
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+
################################################################`));
4046
this.log(this.yoWelcome);
4147
this.log('Out of the box I create an AngularJS app with an Express server.\n');
4248
},

0 commit comments

Comments
 (0)