1. 首页
  2. 数据库
  3. 其它
  4. bikeshed to ts:从Bikeshed文档中提取TypeScript声明文件 源码

bikeshed to ts:从Bikeshed文档中提取TypeScript声明文件 源码

上传者: 2021-04-20 16:32:02上传 ZIP文件 22KB 热度 13次
骑自行车到ts 通过分析Bikeshed格式的lib规范来创建类型定义文件。 在可用的地方包括TypeDoc注释。 入门 将模块添加到您的项目中: $ yarn add bikeshed-to-ts --dev 从命令行运行: $ yarn bikeshed-to-ts --in -- out 从package.json的脚本运行: { ... " scripts " : { " peer " : " bikeshed-to-ts --in -- out " }, ... } 用法和可用选项可在以下位置找到: $ yarn bikeshed-to-ts --help 它可以全局安装: $ yarn global ad
下载地址
用户评论