Introduction


We all know setting up a programming project is very tedious. Many programming languages and tools require some files to be present at the root of the project directory to work (e.g. package.json in typescript projects, go.mod in golang projects). As we go on increasing the number of dependencies the number of these configuration...