typescript-start

0.0.2 • Public • Published

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中添加所有文件的引用。

/typescript-start/

    Package Sidebar

    Install

    npm i typescript-start

    Weekly Downloads

    29

    Version

    0.0.2

    License

    MIT

    Last publish

    Collaborators

    • wangkechun