Skip to content

[angular2Typescript] package.json not generated #6369

@jeusdi

Description

@jeusdi
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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions