swagger-api/swagger-codegen

All typescript client should have to possibility to generate packaging information

开放

#2,694 创建于 2016年4月24日

 (9 条评论) (4 个反应) (0 位负责人)HTML (5,474 个派生)batch import
Client: TypeScriptEnhancement: Featurehelp wanted

仓库指标

星标
 (12,701 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

For now only the typescript-angluar2 client generates it's own packaging information. All Typescript clients should able to generate their own packaging information. Next information should be generated:

  • package.json
  • tsconfig.json
  • typings.json (optionaly)

I would suggest to only generate these files when the npmName option is passed.

贡献者指南