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.
- Host: GitHub
- URL: https://github.com/muijf/patchkit
- Owner: muijf
- Created: 2025-03-04T16:12:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-14T18:30:05.000Z (11 months ago)
- Last Synced: 2025-03-14T19:32:48.426Z (11 months ago)
- Topics: monkey-patching
- Language: TypeScript
- Homepage: https://docs.muijf.com/patchkit
- Size: 99.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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