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 has been archived by the owner on Mar 27, 2019. It is now read-only.
I've been working on an enterprise webapp that's used component for about 1.5 years now. I've had to patch 4 or 5 public components to apply fixes or add minor functionality. The process goes like this:
Fork public repo
Update dependent components to use forked repo
Build (installs forked copy)
Replace forked component installed by component with a git clone
Apply changes, build, test, push, create PR
Update dependent components from step 2 to use the latest commit hash from the forked copy
Wait for upstream to merge PR and bump version
Revert dependent components from step 2 to use new upstream version
Maybe there's an easier way, but it would be nice if component helped out here like so:
component fork <original-component> that would perform 1-4 (somehow remember the upstream copy)
component use-fork <original> <forked-component> for step 6
component unfork <original-or-new> for step 8.
Maybe also a list of forked components when component fork is used without a component.
The text was updated successfully, but these errors were encountered:
I've been working on an enterprise webapp that's used component for about 1.5 years now. I've had to patch 4 or 5 public components to apply fixes or add minor functionality. The process goes like this:
Maybe there's an easier way, but it would be nice if component helped out here like so:
component fork <original-component>
that would perform 1-4 (somehow remember the upstream copy)component use-fork <original> <forked-component>
for step 6component unfork <original-or-new>
for step 8.Maybe also a list of forked components when
component fork
is used without a component.The text was updated successfully, but these errors were encountered: