Skip to content

avromagic auto-magically generates C# classes from an Avro Schema Registry.

License

Notifications You must be signed in to change notification settings

jonathansant/Sucrose.Avro.CodeGen

Repository files navigation

Sucrose.Avro.CodeGen

Installation

dotnet tool install Sucrose.Avro.CodeGen -g

Usage

avromagic \
--schema-path https://xxx.dev/schema-registry \
--subject-pattern user-.* \
--output-dir ./autogen \
--namespace-mapping com.somcompany.user:SomeCompany.User

OR

avromagic \
--schema-path "./schemas" \
--subject-pattern user-.* \
--output-dir ./autogen \
--namespace-mapping com.somcompany.user:SomeCompany.User

About

avromagic auto-magically generates C# classes from an Avro Schema Registry.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages