Công cụ mới cho người yêu thích xì gà, giúp theo dõi và lưu trữ thông tin về xì gà, bao gồm ghi chú vị, thời gian đốt, và nguồn gốc. #xiga #cigar #congcu #theodo #xigaVietNam #cigarLover #cigarTool #nicheTool

https://www.reddit.com/r/SaaS/comments/1ouiqid/building_a_niche_tool_for_cigar_lovers_early/

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