We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Thanks for the sharing ! :)
For now, I didn't felt the need for auto-reload, but if you do, feel free to implement it.
Sorry, something went wrong.
I will come back to it when I have time .
it’s just a Procfile.
gedw99
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: