Plugin for adding a diff method to a 'base' application.
Install with npm
$ npm i base-diff --save
verb is used in this example, but the plugin can be registered with any application that uses base-methods.
var diff = require('base-diff');
var verb = require('verb');
var app = verb();
app.use(diff());
set, get,… more | homepageInstall dev dependencies:
$ npm i -d && npm test
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Jon Schlinkert
Copyright © 2015 Jon Schlinkert Released under the MIT license.
This file was generated by verb on December 14, 2015.