generator-verb
generator-verb copied to clipboard
Request: git init option
I'd like to add a git init
option when creating a new project with generator-verb
.
My workflow is usually...
$ mkdir some-project
$ cd some-project
$ yo verb
$ verb
$ git init
I think there could be an option to initialize the git repository.
:+1: good idea. agreed