extplug / ExtPlug

Extension framework for plug.dj

Home Page:https://extplug.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unmaintained

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

MIT Licensed Version David dependencies David devDependencies Gitter

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!

Building

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/

License

MIT

About

Extension framework for plug.dj

https://extplug.github.io/

License:MIT License


Languages

Language:JavaScript 88.8%Language:CSS 11.0%Language:HTML 0.2%