bolt icon indicating copy to clipboard operation
bolt copied to clipboard

[Feature] Automatically codegen client-code for supported languages

Open notdanilo opened this issue 10 months ago • 1 comments

Is your feature request related to a problem? Please describe. bolt build should also codegen the client-code for the supported languages

Describe the solution you'd like TypeScript: Use Codama C#: Use our C# codegen

This means we need to ship both tools with bolt-cli

notdanilo avatar Feb 17 '25 16:02 notdanilo

I would keep it as a separate step, like bolt built-sdks or something similar, so that we don't slow down build and test too much. Also, not all users may be interested in generating the SDKs (we could not supporting explicitly atm)

GabrielePicco avatar Feb 17 '25 21:02 GabrielePicco