-
-
Notifications
You must be signed in to change notification settings - Fork 301
[Feature request] Fetch patch(es) from url #167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You should use git submodules to overcome your problem. Your URL solution will be much more complicated than using submodules. |
Not sure that git submodules is a solution to this, but this feature has been requested a few times before and I'm not so keen on it. It has multiple problems to overcome:
I might be tempted to add a |
|
And thank you for your passion to create this great tool, this thing saved my day. |
Hey @ds300
Thanks for creating and maintaining
patch-package
, it has made my life much easier 👍The Problem
I often find myself copy pasting patches from a codebase to another. While not a huge issue, it would be nice to avoid it.
Possible Solution
Instead of specifying the package name or git commit the user would provide a url pointing to where the patch is located.
patch-package
would detect that it's a url, download the patches locally and then work as it does normally.Is this something you would be interested to add ? Happy to take a shot at a PR if you are !
Cheers
The text was updated successfully, but these errors were encountered: