Toolbox init-app feature

When you create the app structure with the toolbox init-app then it makes a nice project structure with empty folders. I’m guessing the first thing most people will do is a git init and possibly put it on GitHub. The problem is that empty folders don’t appear in GitHub. So when somebody else clones the repo, the don’t see much.
I suggest that the init-app script be modified to make text readme files inside each folder, for example, assets/readme.txt, content-types/readme.txt, etc. Maybe these files could even have a short description of what goes in each folder.

2 Likes

Nice idea, I have those readme-files already written for any developer that wants to implement that =)

2 Likes

This is resolved in 6.1 with the new project init.

@bwe Readme.txt files are not added though…