🛠 Tooling: Use the create engine for initial/sample file creation #1754
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 using the engine to boostrap initial/sample files. In this repo that's:
src/greet.ts
src/greet.test.ts
src/index.ts
src/types.ts
This may also be the place to specify logic for deleting existing files. If someone uses CTA as a GitHub template repository and then runs the initialize script, the
src/
directory should have all of the existing CTA blockstuffs removed. It should instead only have those files.Additional Info
Linked issue on create: JoshuaKGoldberg/create#25
💖
The text was updated successfully, but these errors were encountered: