A part of me want a git, build and project management tool.

The tool manages dependencies, creates the basic project structure, and allow me to build dependencies if needed.

I imagine something like this.

ExampleApp/ .gitignore .build.conf .deps.conf deps/ ConfigPrserProj (git repository) WebServerProj (git repository) InfraProj (git repository) docs/ .index docs-00.md docs-01.md docs-02.md src/ code-00 code-01 code-02
And the build should be able to build everything from source
🤔.. But it would only be useful when working with C or perhaps where you need to compile everything for another CPU architecture.
#nicheTool #softwareOverEnginering