Accepting Plugins #4
moonmeister
started this conversation in
RFC
Replies: 1 comment
-
Transferring npm ownership is interesting at first. You go to the team you want to give permissions to, "Packages", enter package name, "Add existing package". Not sure what this looks like if you don't own the package. 🤔 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think almost any plugin that wants to be moved into the GUC should be accepted. Saying no should be an exception. Here's a rough idea of the process may look like.
Process:
Why use a monorepo?
Benefits
I want some input here. On one hand a single package in it's own repo would simplify npm deployments. But if we ever change a process we'd have to update and merge configs and process across multiple repos. As the community grows it'll be much better to have a central repo where everything is managed. I really don't want to be working across 10 repos if I need to update a peer dep or something else simple...I'd rather just work on one repo.
drawbacks
Beta Was this translation helpful? Give feedback.
All reactions