Skip to content

Commit

Permalink
feat(ux): add feedback of bat:demo generator composition
Browse files Browse the repository at this point in the history
  • Loading branch information
cueedee committed Oct 11, 2017
1 parent 6c113de commit 8e35dec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,13 @@ class AppGenerator extends Generator
{
if ( this.templateData.demo )
{
this.log( chalk.bold(
'\n'
+ 'Composing in the '
+ chalk.yellow( 'bat:demo' )
+ ' generator...\n'
));

this.composeWith( 'bat:demo' );
}
}
Expand Down

0 comments on commit 8e35dec

Please sign in to comment.