Skip to content

Commit d96edfb

Browse files
committed
Update README; templates in table form
1 parent 4474a67 commit d96edfb

File tree

1 file changed

+84
-82
lines changed

1 file changed

+84
-82
lines changed

README.md

Lines changed: 84 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -41,92 +41,94 @@ See [here](https://github.com/swagger-api/swagger-codegen#template-creator) for
4141

4242
### Status of the template configurations
4343

44-
The crossed-off templates have a working (if not necessarily tested) configuration in the **configs** directory.
44+
The templates with a status have a working (if not necessarily tested) configuration in the **configs** directory.
4545

4646
<details>
4747
<summary>Click here to expand...</summary>
4848

49-
* ~~\_common~~ *contains Apache-2.0 and Unlicense licenses*
50-
* Ada
51-
* akka-scala
52-
* android
53-
* ~~apache2~~ - **needs work**
54-
* apex
55-
* aspnetcore
56-
* bash
57-
* clojure
58-
* codegen
59-
* ~~confluenceWikiDocs~~ - **needs testing**
60-
* cpprest
61-
* csharp
62-
* csharp-dotnet2
63-
* dart
64-
* ~~debug~~ - *used for dumping the model state*
65-
* Eiffel
66-
* elixir
67-
* erlang-client
68-
* erlang-server
69-
* finch
70-
* flash
71-
* ~~flaskConnexion~~ - **needs testing**
72-
* go
73-
* go-server
74-
* ~~Groovy~~ - **untested**
75-
* haskell-http-client
76-
* haskell-servant
77-
* ~~htmlDocs~~ - *appears to work*
78-
* ~~htmlDocs2~~ - *appears to work, no console errors logged*
79-
* Java
80-
* JavaInflector
81-
* JavaJaxRS
82-
* JavaPlayFramework
83-
* Javascript
84-
* Javascript-Closure-Angular
85-
* JavaSpring
86-
* JavaVertXServer
87-
* JMeter
88-
* kotlin-client
89-
* lua
90-
* lumen
91-
* MSF4J
92-
* nancyfx
93-
* ~~nodejs~~ - **tested**
94-
* objc
95-
* ~~openapi~~ - *outputs the input definition (in OpenAPI 3.0.x form)*
96-
* perl
97-
* php
98-
* ~~php-silex~~ - **untested**
99-
* php-symfony
100-
* pistache-server
101-
* powershell
102-
* ~~python~~ - **needs testing**
103-
* qt5cpp
104-
* r
105-
* rails5
106-
* restbed
107-
* ruby
108-
* rust
109-
* rust-server
110-
* scala
111-
* scalatra
112-
* scalaz
113-
* sinatra
114-
* slim
115-
* ~~swagger~~ - *outputs the input definition (in original form if OpenAPI 2.0)*
116-
* ~~swagger-static~~ - **tested** *template modified to include partials*
117-
* swift
118-
* swift3
119-
* swift4
120-
* tizen
121-
* typescript-angular
122-
* typescript-angularjs
123-
* typescript-aurelia
124-
* ~~typescript-fetch~~ - **compiles with tsc ok**
125-
* typescript-jquery
126-
* ~~typescript-node~~ - **compiles with tsc ok**
127-
* undertow
128-
* ~~validator~~ - *uses swagger2openapi's OpenAPI 3.0 validator internally*
129-
* ze-ph
49+
|Template|Type|Status|README|Authors (TODO)|Config Maintainer|
50+
|---|---|---|---|---|---|
51+
|**\_common**|meta| *contains Apache-2.0 and Unlicense licenses*||
52+
|Ada||
53+
|akka-scala||
54+
|android||
55+
|**apache2**|configuration|**needs work**||
56+
|apex||
57+
|aspnetcore||
58+
|bash||
59+
|clojure||
60+
|codegen||
61+
|**confluenceWikiDocs**|documentation|**needs testing**||
62+
|cpprest||
63+
|csharp||
64+
|csharp-dotnet2||
65+
|dart||
66+
|**debug**|meta|*used for dumping the model state*||@Mermade|@MikeRalphson
67+
|Eiffel||
68+
|elixir||
69+
|erlang-client||
70+
|erlang-server||
71+
|finch||
72+
|flash||
73+
|**flaskConnexion**|server|**needs testing**||
74+
|go||
75+
|go-server||
76+
|**Groovy**|?|**untested**||
77+
|haskell-http-client||
78+
|haskell-servant||
79+
|**htmlDocs**|documentation|*appears to work*||
80+
|**htmlDocs2**|documentation|*appears to work, no console errors logged*||
81+
|Java||
82+
|JavaInflector||
83+
|JavaJaxRS||
84+
|JavaPlayFramework||
85+
|Javascript||
86+
|Javascript-Closure-Angular||
87+
|JavaSpring||
88+
|JavaVertXServer||
89+
|JMeter||
90+
|kotlin-client||
91+
|lua||
92+
|lumen||
93+
|MSF4J||
94+
|nancyfx||
95+
|**nodejs**|server|**tested** :white_check_mark:||@jfiala|@MikeRalphson|
96+
|objc||
97+
|**openapi**|meta|*outputs the input definition (in OpenAPI 3.0.x form)* :white_check_mark:||@Mermade|@MikeRalphson
98+
|perl||
99+
|php||
100+
|**php-silex**|?|**untested**||
101+
|php-symfony||
102+
|pistache-server||
103+
|powershell||
104+
|**python**|?|**needs testing**||
105+
|qt5cpp||
106+
|r||
107+
|rails5||
108+
|restbed||
109+
|ruby||
110+
|rust||
111+
|rust-server||
112+
|scala||
113+
|scalatra||
114+
|scalaz||
115+
|sinatra||
116+
|slim||
117+
|**swagger**|meta|*outputs the input definition (in original form if OpenAPI 2.0)* :white_check_mark:||
118+
|**swagger-static**|documentation|**tested** *template modified to include partials*||
119+
|swift||
120+
|swift3||
121+
|swift4||
122+
|tizen||
123+
|typescript-angular||
124+
|typescript-angularjs||
125+
|typescript-aurelia||
126+
|**typescript-fetch**|client|**compiles with tsc ok**||
127+
|typescript-jquery||
128+
|**typescript-node**|client|**compiles with tsc ok**||
129+
|undertow||
130+
|**validator**|meta|*uses swagger2openapi's OpenAPI 3.0 validator internally* :white_check_mark:||
131+
|ze-ph|
130132
</details>
131133

132134
## See also

0 commit comments

Comments
 (0)