This is what I want to do, as soon as someone in your org create a repository in Azure DevOps (or GitHub), a defined project scaffold/structure is build for them. For example, a fresh repo (my_proj
) is created, then DevOps/GitHub creates such a folder structure for you (you defined it somewhere):
───my_proj
│ ReadMe.md
│
├───docs
├───res
│ ├───file
│ └───img
├───scr
└───tests
I know you can do these things after you clone the repo using some codes/libraries, but is there a way to do it automatically?