0.1.23 • Published 1 year ago

@treenity/patch-libs v0.1.23

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Patch Libs

Package to put your pathces for extarnal libs. Will be applied automatically only to packages, which exists in your setup.

Create new patch for <package>

  1. pnpm i <package>
  2. Edit files in node_modules/<package>
  3. patch-package <package>
  4. The patch will be created in the patches directory
  5. Commit the file patches/<package>+<version>.patch
  6. Revert package.json. No need for any deps

Test your patch before commit

  1. Run npm run patch-libs
  2. The <package> will be installed in node_modules and patched
  3. Check that all the changes applied correctly
  4. Use npm run cleanup to remove deps, and run patch process again

Patches are applied automatically with

0.1.23

1 year ago

0.1.21

1 year ago

0.1.22

1 year ago

0.1.20

1 year ago

0.1.16

1 year ago

0.1.17

1 year ago

0.1.18

1 year ago

0.1.19

1 year ago

0.1.13

1 year ago

0.1.14

1 year ago

0.1.15

1 year ago

0.1.12

1 year ago

0.1.11

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago