use icon indicating copy to clipboard operation
use copied to clipboard

Easily add plugin support to your node.js application.

Results 4 use issues
Sort by recently updated
recently updated
newest added

Hi, I had added ppc64le(Linux on Power) architecture & Removed unsupported versions for ppc64le support on Travis-CI in the PR and looks like its been successfully added. Reason behind running...

ref #2 and #4, and also switch `assert.equal` to `assert.strictEqual` (sorry, habit) So, the whole thing around is control. 1) Control arguments of the "top-level" plugins, these that firstly are...

- [x] allow passing custom `plugins` property, currently is just `.fns` - maybe `opts.prop` - [x] allow accept options to each plugin, like `.use(plugin, options)` - [x] from above needs...