Open
Description
I spent some time playing around with the smithy-kotlin-codegen. I realize it is still in an early stage, but I wanted to list some comments, questions and requests from the perspective of someone that tried to use the project without prior knowledge:
- What is the roadmap for this project? Do you have any idea when you will get close to a v1 release?
- No documentation. I had to figure out by trial and error how to use this plugin. It took me forever to even find the plugin name to use in the smithy-build.json. Just later, I found this documentation in a different repo that gives at least some information. It would be great if basic setup and use of the plugin was documented right here in this repo.
- Additional documentation would be appreciated as well. E.g. in what ways can the plugin be configured?
- A sample project would be nice to get started
- This might better be it's own ticket, but I was wondering if there is a way to configure the output classes. Specifically I would prefer the models to be data classes over the current builder pattern (or maybe both)