patch-package
patch-package copied to clipboard
Q&A: possibility to use patch package with regular directories
Is it possible to patch regular directories using this package, and not just npm packages?
My use case is that I have cloned a git submodule in my repo that I always want to keep up-to-date with upstream repo, but need to apply some patches to integrate it to my main app
+1 I'd love a patch-submodule type project for that same exact workflow