- Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Description
Description
package.json
, typings.ts
and tsconfig.json
files are not generated.
According to this code, those files have to be generated, hasn't it?
//Files for building our lib supportingFiles.add(new SupportingFile("README.mustache", getIndexDirectory(), "README.md")); supportingFiles.add(new SupportingFile("package.mustache", getIndexDirectory(), "package.json")); supportingFiles.add(new SupportingFile("typings.mustache", getIndexDirectory(), "typings.json")); supportingFiles.add(new SupportingFile("tsconfig.mustache", getIndexDirectory(), "tsconfig.json"));
This is the source code into git repository.
Swagger-codegen version
2.3.0
Command line used for generation
java -jar "D:\projects\living\references\swagger_codegen\modules\swagger-codegen-cli\target\swagger-codegen-cli.jar" generate -i http://guest1:8080/commty/cmng/swagger.json -l typescript-angular2
Metadata
Metadata
Assignees
Labels
No labels