GenieFramework / GenieBuilder.jl

Other
16 stars 1 forks source link

Feature request: Folder structure for the default template #61

Open nkottary opened 11 months ago

nkottary commented 11 months ago

The default template generated by create looks like this right now: Genietemplate

It would be good to have more folders here, for example: geniesuggestion

Where app.jl is inside src etc.

essenciary commented 11 months ago

@nkottary Thanks! Curious as to what would be the benefit? Our experience is that the users are having a hard time finding the files they need to edit when they are placed inside different folders. A flat hierarchy of a couple of files is much easier to work with.

nkottary commented 11 months ago

The idea was that as the project grows larger I would have many files. So it would be easier for me to organize files into src, assets etc.