Is the documentation about goagen up to date? #3629
Answered
by
raphael
RedMarcher
asked this question in
Q&A
|
I'm currently trying to figure out how to use the goa code generator. So far, I've managed to import the goa dsl package using modules. However, I'm struggling to follow the instructions on how to run the code generator itself. After looking on the internet, it seems that there was a recent change that removed goagen, and merged it as the gen command. However, I'm having trouble finding any documentation about this new command. Any help would be appreciated, I'm having issues with the gen command not finding the design package. |
Answered by
raphael
Jan 13, 2025
Replies: 1 comment
|
Hello and welcome! The Getting Started guide on goa.design should help you get going with code generation. |
0 replies
Answer selected by
RedMarcher
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello and welcome! The Getting Started guide on goa.design should help you get going with code generation.
goagenwas a Goa v1 command, Goa v2 and v3 usegoa gen.