wally-patch-package is a cli tool for patching wally packages
- git
you can install it via aftman
wally-patch-package="Barocena/[email protected]"
or
from GitHub Releases Page.
Demo.mp4
First make changes to the files of a package you want to patch, then run
it will create *.patch file in the WallyPatches directory
since the patch tool needs to download original version of package, it needs to know base url for endpoint.
you can provide the base url with --registry=<base-url>
flag (base url can be found in config.json file in the index)
To apply all patches, run
wally-patch-package
to apply specific patch only, run wally-patch-package --patch=<packagename>