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.--build-frontendbuilds the frontend 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"'