Autoload plugin for ChainyJS
Chainy plugin that automatically loads all installed plugins into the chain
require('chainy-core').create().require('autoload')
// assumming the plugins below are already installed, we no longer need to require them manually
.set("some data")
.log() // "some data"
- Use:
require('chainy-plugin-autoload')
- Install:
npm install --save chainy-plugin-autoload
- Use:
require('chainy-plugin-autoload')
- Install:
npm install --save chainy-plugin-autoload
- CDN URL:
//wzrd.in/bundle/[email protected]
- Use:
require('chainy-plugin-autoload')
- Install:
ender add chainy-plugin-autoload
Discover the change history by heading on over to the HISTORY.md
file.
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
These amazing people are maintaining this project:
- Benjamin Lupton [email protected] (https://github.com/balupton)
No sponsors yet! Will you be the first?
These amazing people have contributed code to this project:
Licensed under the incredibly permissive MIT license
Copyright © 2014+ Bevry Pty Ltd [email protected] (http://bevry.me)