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

Add option to make a README before opening editor #6

Closed Rexogamer closed 5 years ago

jarodburchill commented 5 years ago

What do you mean? Instead of the README that comes with the create-react-app?

Rexogamer commented 5 years ago

I didn’t know CRA provided that. I guess I was thinking that you would input a custom README (the script would give a field for you to enter the content for it)? Although using CRA might not work when it comes to other languages (eg Node).

jarodburchill commented 5 years ago

I think editing the README in a text editor would be better than writing it in the console beforehand. README files can change quite a bit project to project. Thank you for your input :)

Rexogamer commented 5 years ago

Fair enough.