All Projects → dtinth → ride

dtinth / ride

Licence: other
Simple and beautiful monkey-patching library for JavaScript.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to ride

rearmed rails
A collection of helpful methods and monkey patches for Rails
Stars: ✭ 34 (+41.67%)
Mutual labels:  monkey-patching
sabotage
Collection of dirty hacks in Go
Stars: ✭ 64 (+166.67%)
Mutual labels:  monkey-patching
sane patch
Making monkey patches sane again
Stars: ✭ 63 (+162.5%)
Mutual labels:  monkey-patching
flake8-putty
Flake8 plugin to control reporting per file and line
Stars: ✭ 38 (+58.33%)
Mutual labels:  monkey-patching
Harmony
A library for patching, replacing and decorating .NET and Mono methods during runtime
Stars: ✭ 2,885 (+11920.83%)
Mutual labels:  monkey-patching
Ui7kit
Backport flat-style UIKit from iOS7 to iOS5+
Stars: ✭ 1,682 (+6908.33%)
Mutual labels:  monkey-patching
Rewire
Easy monkey-patching for node.js unit tests
Stars: ✭ 2,940 (+12150%)
Mutual labels:  monkey-patching
bana
Set of extensions for Autodesk Maya's Python API.
Stars: ✭ 32 (+33.33%)
Mutual labels:  monkey-patching

ride

Monkey-patch stuff at will!

var ride = require('ride')
var fs = require('fs')

ride(fs, 'readFile').before(function (filename) {
  console.log('You are reading ' + filename + ', huh?')
})
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].