It might be possible to iterate over all the directories within a specified directory and build the quaker project structure automatically with detection of:
- rabbitmq
- redis
- postgres
- mysql
- mongo
Also a Dockerfile-skeleton might automatically be created by detecting type of the project
- nodejs for package.json
- ruby for Gemfile without .gemspec
- rails for Gemfile containing rails
- etc.