swagger-api/swagger-codegen

Generation into multiple output directories

オープン

#2,702 opened on 2016/04/25

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)HTML (5,474 件のフォーク)batch import
Client: C++Enhancement: Generalhelp wanted

Repository metrics

Stars
 (12,701 個のスター)
PR merge metrics
 (PR metrics pending)

説明

For C, C++, Objective-C, etc we usually split the public interface from the implementation. Example: Public header files should go to include, private header files (eg. for helpers) and implementation files should go to src.

In the generator, I can add multiple entries to modelTemplateFiles. Each entry may have a different extension, but I also need to specify a different prefix.

コントリビューターガイド