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.

  • --run will launch the globally installed Ajenti with plugins from the current directory. --run-dev will additionally enable developer mode.
  • --build-frontend builds the frontend resources.
  • --setuppy "<setup.py-command-with-args>" runs a setuptools command on the plugin package. A setup.py file is generated automatically. Example: ajenti-dev-multitool --setuppy 'sdist upload --sign --identity "John Doe"'

Comments

comments powered by Disqus