So I create a plugin and it gets added to the main app. What if this plugin should not be open sourced? How do we I move it to an internal repo and stil use it in the main Backstage app?
This needs to be documented, and ideally supported in the CLI.
I think it's more about documenting how to set up a private main app that depends on the open sourced core. Any plugins created within your main app shouldn't be open either, unless you decide specifically to ship those plugins to npm.
Should document this as a part of #287. The scaffolded app should be able to create it's own plugins.
Most helpful comment
I think it's more about documenting how to set up a private main app that depends on the open sourced core. Any plugins created within your main app shouldn't be open either, unless you decide specifically to ship those plugins to npm.