An open API service indexing awesome lists of open source software.

https://github.com/muijf/patchkit

Modular utilities for patching, including monkey patching, enabling dynamic code modifications, function overrides, and safe runtime injections.
https://github.com/muijf/patchkit

monkey-patching

Last synced: 8 months ago
JSON representation

Modular utilities for patching, including monkey patching, enabling dynamic code modifications, function overrides, and safe runtime injections.

Awesome Lists containing this project

README

          


Docs

# Packages

- [Core](./packages/core) - The core functionality of monkit
- [React](./packages/react) - Makes it easy to monkey patch react components at runtime
- [Redux](./packages/redux) - Makes it easy to monkey patch redux actions at runtime