create-rescript-app icon indicating copy to clipboard operation
create-rescript-app copied to clipboard

Upgrade mode

Open fhammerschmidt opened this issue 10 months ago • 0 comments

Would be cool if we had some mechanism like npm create rescript-app --upgrade that guides users through the process of upgrading rescript. We already read the package.json here, why not do the same with the rescript.json and determine if even a fully automated upgrade is possible? At least it could be semi-automated and return the user a link to the correct migration guide(s).

This probably makes more sense to implement when the migration guides are done: https://github.com/rescript-lang/rescript-lang.org/issues/945

fhammerschmidt avatar Mar 06 '25 20:03 fhammerschmidt