Replies: 1 comment
-
Hello, Goa does not currently allow specifying a different name for the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to customize the
goa gen
command to generate all files into a specific folder other thangen
?Currently I already have a
./gen
folder used for other frameworks as well, so if I regenerate Goa code, the folder will be deleted completely and recreated all over! Any other sub folders will be deleted as well! I want one common./gen
directory, but Goa will add another sub/gen/gen
folder, so the folder will look like this:Why does Goa force the
gen
subfolder name?!What I'm expecting is that Goa will generate all services' folders under the defined directory using -o arg. For example:
Goa should create all services' directories under
./gen/goa
without adding anothergen
subfolder. Running the above command will help me keep mydbmodels
undergen
directory:Any hints please?
Beta Was this translation helpful? Give feedback.
All reactions