You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 27, 2021. It is now read-only.
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)
Type of Change
Summary
It would be cool if by running
npx create-evergreen-app my-appandmy-appalready exists, it would be great if all the project configuration could be merged / updated in place, e.g.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)