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
76 stars 21 forks source link

testing #226

Open gedw99 opened 1 month ago

gedw99 commented 1 month ago

I have been using runner to run all the examples and code gen and test it from outside.

https://github.com/cirello-io/runner

go install cirello.io/runner@latest

make a ProcFile and off to the races....

It has supervision trees, so you can also use it at coding time and it will recompile as you code and test

lerenn commented 1 month ago

Thanks for the sharing ! :)

For now, I didn't felt the need for auto-reload, but if you do, feel free to implement it.

gedw99 commented 1 month ago

I will come back to it when I have time .

it’s just a Procfile.