pico-project-generator
pico-project-generator copied to clipboard
Enhancement: initialise git for the generated project
Thanks for an excellent tool. Is there any appetite to extend what is generated to give a head-start for git within the generated project? e.g.
- generate a basic .gitignore
- generate a stub for README.md (and maybe an empty LICENCE.txt)
- if we find a runnable git
- git init in the generated project directory
- an initial git commit of the generated files
If you think this would add value, I'm happy to put together a PR.