Skip to content

Commit e5ad7f9

Browse files
committed
Merge pull request #1288 from DaftMonk/3.0.0-prerelease-note
feat(gen): add note about being prerelease version
2 parents 1f259f7 + 4cee318 commit e5ad7f9

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)