Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add smithy4s client/server codegen and sbt plugin #1145

Merged
merged 2 commits into from
Mar 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/source/implementations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ Build tooling
smithy-cli/build/image/smithy-cli-linux-x86_64/bin/smithy --help
smithy-cli/build/image/smithy-cli-linux-aarch_64/bin/smithy --help

* - `SBT Plugin <https://disneystreaming.github.io/smithy4s/docs/overview/sbt>`_
- Scala
- 0.x
- The Smithy SBT plugin transforms Smithy specifications into
protocol-agnostic Scala clients and servers.

---------------
Code generators
Expand Down Expand Up @@ -156,6 +161,10 @@ of polish or that they work for all use cases.
- Kotlin
- 0.x
- Swift client code generation for Smithy.
* - `Scala code generation for Smithy <https://github.com/disneystreaming/smithy4s>`_
- Scala
- 0.x
- Scala client and server code generation for Smithy.


----------------
Expand Down