-
-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
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
feat: add Glee tutorial template #887
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both asyncapi new glee
and asyncapi new project
create a glee project, still should we have both commands, doesn't it create confusion?
as if it comes to the requirements for this PR, the template from this PR is not implementing req/reply so why waiting for new glee features? |
That's definitely not needed. I removed it. I was experiencing an error that I thought it was caused by the req/reply PR but was actually caused by asyncapi/glee#589. |
Regarding |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
/rtm |
🎉 This PR is included in version 1.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
It adds the
--template
(-t
) option to theasyncapi new glee
andasyncapi new project
commands. It let's you choose which template to use to generate the Glee project.I'm also providing a new template to use for the Code Generation tutorial we'll have on the website after releasing v3.
TODO
package.json
of each template so they use the latest Glee release.