jarodburchill / project-automation

Python script for creating new projects (React, Express.js, Vue, Laravel, etc.) in the desired local directory, with a GitHub origin.
MIT License
43 stars 7 forks source link

Default project type #70

Closed Rexogamer closed 4 years ago

Rexogamer commented 4 years ago

This PR adds support for having a default project type.

jarodburchill commented 4 years ago

I'm not really sure I like the idea of having the project type set to a default. I'd personally rather explicitly state which project type I want.

Rexogamer commented 4 years ago

I was thinking that a user might only work with one language so they could save time by not having to specify the language every time. And of course it’s optional, so you don’t have to use it.