plugin-template
plugin-template copied to clipboard
A generic template to create a plugin for the Cheshire Cat AI.
My plugin
Write here all the useful information about your plugin.
This repository is the template to automate the release of official Cheshire Cat AI plugins.
Usage
- Create a new repository clicking on the
Use this templatebutton. - Clone your new repo directly in the Cat's
pluginsfolder. - Run the
setup.pyscript:
python setup.py
The script will prompt you to write the name of your plugin and make an initial setup setting the name in the files.
- Start developing!
Important A new release of your plugin is triggered every time you set a new
versionin theplugin.jsonfile. Please, remember to set it correctly every time you want to release an update.