I've moved on to üWave, so I'm no longer working on ExtPlug. If you like the idea of an extension framework like this and want to work off ExtPlug's codebase, open an issue and I'll add you to the org. Note that many changes are probably necessary to adapt to plug.dj's recent redesign.
ExtPlug is a flexible, modular extension framework for plug.dj.
This repository contains mostly technical information. If you just want to use ExtPlug, visit the ExtPlug website instead. If you're a developer, read on!
ExtPlug uses NPM to manage dependencies, and Gulp for building.
git clone https://github.com/ExtPlug/ExtPlug
cd ExtPlug
npm install
gulp
The default gulp
task outputs:
- A built & concatenated file in
build/extplug.js
- A Greasemonkey userscript in
build/extplug.user.js
- An unpacked Chrome extension in
build/chrome/