Twinagle is an implementation of the Twirp wire protocol for Scala+Finagle.
Please see the documentation website for an introduction.
Thanks for your interest in Twinagle, we're welcome your contributions! For larger changes, please open an issue to discuss them before spending lots of time implementing things. For small changes, hack away and submit a pull request.
Please ensure that sbt scalafmtCheckAll +test scripted
passes when submitting code changes.
-
IntelliJ doesn't run plugins during project build. Before importing,
sbt compile
may be necessary. -
In order to run the full test suite (i.e. the unit tests & the end-to-end tests for code-generation) use
sbt +test scripted