Interest in an Elm Client?

I’ve prototyped support for generating an Elm [1] Dto - such as Dtos.elm from /types/elm.
All classes are turned into records.
All classes with the suffix Union are converted into a union type in Elm.

We are pondering to release this as a ServiceStack Plugin, and I’m wondering if anybode else are interested in this?

[1] http://elm-lang.org/

1 Like

Also happy to accept a PR if you want it in ServiceStack.