Skip to content

Commit

Permalink
Add tsd hint
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Mar 4, 2016
1 parent 9ba25d3 commit 36e7f94
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,12 @@ module.exports = yeoman.Base.extend({
// this.log('');
}
},
tsdHint() {
this.log('');
this.log('If there are DefinitelyType support for the source,');
this.log(` you can run ${chalk.green('tsd install <source>')} to download the file`);
this.log(' so you can easily access those code.');
},
readyToTest() {
this.log('');
this.log(`Run ${chalk.green('npm run bundle')} to update the definition for the test, and`);
Expand Down

0 comments on commit 36e7f94

Please sign in to comment.