@vm-lib/patch-node-modules
v1.0.0
Published
replaces files in node_modules with locally patched versions
Keywords
Readme
Patch Node Modules
A simple npx tool to replace certain files in the node_modules folder with patched versions of the same files.
Structure:
node_modules
-- lib-1
-- file1
-- file2
node_modules_patches
-- lib-1
-- file1run npx @vm-lib/patch-node-modules -s /path/to/node_modules_patches -o /path/to/node_modules
This will replace node_modules/lib-1/file1 with node_modules_patches/lib-1/file1
