Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Installing Plugins

Henry Gressmann edited this page Mar 5, 2016 · 1 revision

Usage: padplus install [options] [plugins...] Plugins are installed into node_modules.

Examples:

  • padplus install explodingcamera/padplus-plugin-musiqplus Install a Package from github
  • padplus install https://explodingcamera.xyz/padplus/musiqplus/latest.tar.gz Install a Package from an URL
  • padplus install musiqplus Install a Package from NPM (Must have the prefix padplus-plugin-)

After you install a Plugin, padplus bundle is automaticly run so your Plugins are avalible right away. If you add/change anything in the padplus.config.json, you'll need to run padplus bundle again.

##General Infos

##Creating a Plugin

##Creating Themes

Clone this wiki locally