swagger-api/swagger-codegen

All typescript client should have to possibility to generate packaging information

Open

#2.694 aberto em 24 de abr. de 2016

Ver no GitHub
 (9 comments) (4 reactions) (0 assignees)HTML (5.474 forks)batch import
Client: TypeScriptEnhancement: Featurehelp wanted

Métricas do repositório

Stars
 (12.701 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador