-
Notifications
You must be signed in to change notification settings - Fork 6
Directory for models #45
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Problem:
For now the examples generates
.jsonand.gvfiles in the top level folder. This might not be ideal, as the project gets a bit harder to navigate.Solution:
We put the generated models somewhere else. The question is where? Some alternatives.
A
modelsfolder at top level.Use the
targetfolder (possibly with a./target/modelspath).What's your opinion?