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
{{ message }}
This repository was archived by the owner on Apr 6, 2021. It is now read-only.
I have a question about the management of your plugins in C9.
At C9, I think that you have multiples projects, with lots of plugins inside. And sometimes, you need to reuse plugin in another project. So :
Do you use npm private to save your architect plugins and reuse it ?
Have you a git repository per plugin you want to reuse ?
How do you resolve architect dependencies when using a plugin ? For example a plugin A with deps on B and C : How do you automatically get B and C when you import A in your project; With NPM ?
If a developper, not working at C9, have an idea on the question, i'm also interested in !