Type of Change
Summary
It would be cool if by running npx create-evergreen-app my-app and my-app already exists, it would be great if all the project configuration could be merged / updated in place, e.g.
- webpack
- babel config
- eslintrc
Details
The idea would be try and preserve existing values if possible, and try and upgrade in place (like the Angular CLI or CRA would do)