diff --git a/generators/app/index.js b/generators/app/index.js index 31db517..97da75b 100644 --- a/generators/app/index.js +++ b/generators/app/index.js @@ -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 ')} 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`);