0.0.2 • Published 9 years ago

typescript-start v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

typescript-start

A tool to download typescript type definition via read package.json

  • step1: npm install -g typescript-start
  • step2: cd youproject
  • step3: typescript-start this tool will read you project dependencies from package.json and put the Typescript type definition('*.d.ts') to youproject/typings. and add all file reference to typings/all.d.td.

中文说明:

这个工具通过读取package.json中的依赖来自动下载Typescript类型定义文件(*.d.ts)到typings文件夹,并在typings/all.d.ts中添加所有文件的引用。