You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I come up with the need of updating already existing Octokit projects:
* Add issue templates for already existing projects (which still don't have those templates)
* Modify `tsconfig.json` to start using `@octokit/tsconfig` preset
etc...
Would have sense to extend this project to support this kind of changes?
I wish! It's not that easy though. This would be a bigger project, and something that I'm sure many other maintainers would be interested in.
I don't think we can add functionality to update existing repositories that were created with npm init octokit-project. But we could write @octoherd scripts for them now :)
On the other hand, if we could keep track of repositories that were created using that script, and the date they were created, we could add something like Rails' Migration scripts in the form of @octoherd Scripts 🤔 That could be quite interesting actually
I come up with the need of updating already existing Octokit projects:
tsconfig.json
to start using@octokit/tsconfig
presetetc...
Would have sense to extend this project to support this kind of changes?
P.S: Should we enable Github Discussions' to Octokit repos? Or discussing in issues is fine?
The text was updated successfully, but these errors were encountered: