Open AsFal opened 4 years ago
".keep"s are added for github. Empty folders cannot be pushed to github. Would adding a "git-keep" flag when creating the app solve the issue?
I would want to remove the Atlas GitHub coupling altogether.
I would suggest the following file structure for the boilerplate generated by the atlas create
command. This method would also allow the cli user to quickly get an idea of the generated code to determine if he likes the chosen architecture.
atlas generate
commands).only generating folders when needed would mean that the user can create a differently named folder for the same use case. I would rather create the folder to let them know where to put their interfaces/utilities. Also, why would app and server be outside of our src directory?
.keep files will be replaced with sample resource files
.keeps have been removed. Sample files will come later.
All folders in the generated project have a useless .keep file.