Development - puzzlepeaches/CredMaster GitHub Wiki
You can create new plugins by following the instructions below. A template is provided in the plugins/template directory.
$ cd plugins
$ mkdir newplugin
$ cd newplugin
$ touch __init__.py
$ touch newplugin.py
Instructions within that file should give you all the information you need to add a new plugin. Feel free to reach out if you have any questions.