🚀 Feature: Add a mode for repository initialization #45
Labels
status: accepting prs
Please, send a pull request to resolve this! 🙏
type: feature
New enhancement or request
Milestone
Bug Report Checklist
main
branch of the repository.Overview
Right now, producer and runner APIs don't understand the idea of a "mode": whether a repository is being newly created, initialized from a template, or migrated/updated from older/other templating. But each of those three modes has added logic to run.
This issue tracks the creation mode: creating a new repository and linking it to one on GitHub.
Additional Info
Tracking issue in CTA: JoshuaKGoldberg/create-typescript-app#1764
create-typescript-app does this by deleting the dependencies and files from its own source that are unnecessary - thus leaving files behind. I think from the template's perspective it'd be cleaner to just delete everything in the repository and then re-run creation.
💖
The text was updated successfully, but these errors were encountered: