https://github.com/dtinth/ride
Simple and beautiful monkey-patching library for JavaScript.
https://github.com/dtinth/ride
javascript monkey-patching typescript
Last synced: 6 months ago
JSON representation
Simple and beautiful monkey-patching library for JavaScript.
- Host: GitHub
- URL: https://github.com/dtinth/ride
- Owner: dtinth
- Created: 2013-11-15T16:46:42.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2023-02-02T09:14:07.000Z (almost 3 years ago)
- Last Synced: 2025-06-10T15:16:38.657Z (7 months ago)
- Topics: javascript, monkey-patching, typescript
- Language: TypeScript
- Homepage: https://apiref.page/package/ride
- Size: 195 KB
- Stars: 27
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# ride
Monkey-patch stuff at will!
```javascript
var ride = require('ride')
var fs = require('fs')
ride(fs, 'readFile').before(function (filename) {
console.log('You are reading ' + filename + ', huh?')
})
```
## API reference
[](https://apiref.page/package/ride)