You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2024. It is now read-only.
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.