cli
cli copied to clipboard
Initialize git repo at end of `hanami new`
We can run git init, since that's what most people do anyway. On the off-chance they don't use git, they can remove .git/ and .gitignore. I don't think we need a --skip-git option.