🛠 Tooling: Use the create engine for updates #1753
Labels
area: tooling
Managing the repository's maintenance
status: accepting prs
Please, send a pull request to resolve this!
Milestone
Bug Report Checklist
main
branch of the repository.Overview
Splitting out of #1181: I'm onboarding this project to the new "create" engine in https://github.com/JoshuaKGoldberg/create. #1670 added usage of file creations. Another step will be having this repo's updates of older/equivalent tools to the new forms. For example, the deletion of old configs:
create-typescript-app/src/steps/clearUnnecessaryFiles.ts
Lines 3 to 4 in 8bcd8f6
create-typescript-app/src/steps/clearUnnecessaryFiles.ts
Lines 29 to 33 in 8bcd8f6
Each block will want to manage its updates. For example,
blockTsup
-which manages builds- will want to delete old Babel config files.Additional Info
I'd previously referred to this as migrations. But that's confusing overlap with the migration mode.
💖
The text was updated successfully, but these errors were encountered: