-
-
Notifications
You must be signed in to change notification settings - Fork 76
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 shell commands #1751
Labels
area: tooling
Managing the repository's maintenance
status: accepting prs
Please, send a pull request to resolve this!
Milestone
Comments
JoshuaKGoldberg
added
area: tooling
Managing the repository's maintenance
status: accepting prs
Please, send a pull request to resolve this!
labels
Dec 7, 2024
2 tasks
For reference, here are the shell commands executed in CTA today as part of >=1 mode runtime...
Roughly. I might have missed some. |
Resolved by #1766. |
3 tasks
JoshuaKGoldberg
added a commit
that referenced
this issue
Dec 16, 2024
…-for-repository internally (#1772) ## PR Checklist - [x] Addresses an existing open issue: fixes #1768 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Brings on a few utilities I recently extracted: * https://github.com/JoshuaKGoldberg/octokit-from-auth * https://github.com/JoshuaKGoldberg/populate-all-contributors-for-repository * https://github.com/JoshuaKGoldberg/set-github-repository-labels These should all have the same functionality as before. This should be a `chore:` PR, not a `feat:` or `fix:`. The utility here is that the latter two are now used as standalone scripts in onboarding to the "create" engine. I thought they'd be done as network requests (#1752), but in this way I found it a lot simpler to have them as standalone scripts (#1751, JoshuaKGoldberg/create#60). 💖
3 tasks
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!
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 shell commands such as
pnpm format --write
andpnpm lint --fix
provided by blocks.Additional Info
Linked issue on create: JoshuaKGoldberg/create#22
💖
The text was updated successfully, but these errors were encountered: