reactioncommerce / reaction-feature-requests

Reaction Feature Requests
13 stars 1 forks source link

Add private github repositories as custom plugins easily #62

Open focusaurus opened 5 years ago

focusaurus commented 5 years ago

We have some implementations that have integrated private reaction plugins using a fork of reaction and adding their plugins to that fork using git submodules. This does work but comes with significant friction:

I initially thought I had the beginnings of a proposed alternative, but as I thought it through I realized it was essentially "roll your own git submodules".

( CC @machikoyasuda )

focusaurus commented 5 years ago

For reference: Mastering git submodules and Mastering git subtrees