swagger-api/swagger-codegen

Generation into multiple output directories

開放

#2,702 建立於 2016年4月25日

 (4 則留言) (0 個反應) (0 位負責人)HTML (5,474 個分叉)batch import
Client: C++Enhancement: Generalhelp wanted

倉庫指標

星標
 (12,701 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南