Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🛠 Tooling: Use the create engine for initial/sample file creation #1754

Closed
3 tasks done
JoshuaKGoldberg opened this issue Dec 7, 2024 · 0 comments · Fixed by #1766
Closed
3 tasks done

🛠 Tooling: Use the create engine for initial/sample file creation #1754

JoshuaKGoldberg opened this issue Dec 7, 2024 · 0 comments · Fixed by #1766
Assignees
Labels
area: tooling Managing the repository's maintenance status: accepting prs Please, send a pull request to resolve this!

Comments

@JoshuaKGoldberg
Copy link
Owner

JoshuaKGoldberg commented Dec 7, 2024

Bug Report Checklist

  • I have tried restarting my IDE and the issue persists.
  • I have pulled the latest main branch of the repository.
  • I have searched for related issues and found none that matched my issue.

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

💖

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: tooling Managing the repository's maintenance status: accepting prs Please, send a pull request to resolve this!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant