wolfadex / elm-open-api-cli

A CLI tool for generating Elm modules from Open API specs.
https://www.npmjs.com/package/elm-open-api
25 stars 6 forks source link

Generate documentation for types #128

Closed miniBill closed 3 months ago

miniBill commented 3 months ago

This is not complete, but it does generate docs for most type.

The biggest missing piece is top level custom types, but now the infrastructure is in place for tackling those too (probably in a separate PR).