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
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