Ajenti Dev Multitool¶
sudo pip install ajenti-dev-multitool
ajenti-dev-multitool is a mini-utility to help you with common plugin development tasks.
ajenti-dev-multitool typically operates on all plugins found in current directory and below.
--runwill launch the globally installed Ajenti with plugins from the current directory.--run-devwill additionally enable developer mode.
--bower "<bower-command-with-args>"will run a Bower command for each plugin having its ownbower.jsonfile. Example:ajenti-dev-multitool --bower "install".
--buildupdates the resource bundles.--rebuildwill discard any previously built resources.
--setuppy "<setup.py-command-with-args>"runs a setuptools command on the plugin package. Asetup.pyfile is generated automatically. Example:ajenti-dev-multitool --setuppy 'sdist upload --sign --identity "John Doe"'