lagom / sbt-lagom-descriptor-generator

Lagom API code generator
Apache License 2.0
23 stars 12 forks source link

sbt plugin #10

Open ignasi35 opened 7 years ago

ignasi35 commented 7 years ago

A user including this plugin should get code generated for each xyz-swagger.json file in src/main/openapi-v2. Then the user would have to either bindClient or implement and bindService each Service generated.

Target language (scala/java) should be picked up from the available implementation).

See #11

ignasi35 commented 7 years ago

Work started in #15.

TODO: