lerenn / asyncapi-codegen

An AsyncAPI Golang Code generator that generates all Go code from the broker to the application/user. Just plug your application to your favorite message broker!
Apache License 2.0
82 stars 22 forks source link

Update Makefiles #106

Closed gedw99 closed 8 months ago

gedw99 commented 8 months ago

what the Readme says and what the makefiles do is a bit confusing.

Hello world generates 2 apps.

But the root README.md only shows generating one.

Perhaps just alter the hello world Makefile to also do the code gen. The sub Makefile does the docker compose running as it does now.

lerenn commented 8 months ago

Hello World generates 2 apps, one for Kafka and one for NATS.

However, I do understand the confusion, so I'll make it clearer in the README, and the generation option in all Makefiles.

lerenn commented 8 months ago

Feel free to reopen if needed !

gedw99 commented 8 months ago

Thanks 🙏