pico-project-generator icon indicating copy to clipboard operation
pico-project-generator copied to clipboard

Enhancement: initialise git for the generated project

Open paul-lilley opened this issue 1 year ago • 3 comments

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.

paul-lilley avatar Sep 06 '23 04:09 paul-lilley