Suggestion: Automatically create a new Git repository and add initial files
Created by: mauricedb
One of the nice small things with the Angular CLI is that it automatically creates a new Git repository and adds the initial files to it as the initial commit after initializing a new project. It is not a major thing but it is something I find myself doing pretty much every time I create a new project, even if it is just for test purposes as it makes it easy to see what I changed.
Is this something other people would be interested in seeing me add?