https://github.com/furrmidable-crew/stay_on_topic
https://github.com/furrmidable-crew/stay_on_topic
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/furrmidable-crew/stay_on_topic
- Owner: Furrmidable-Crew
- Created: 2023-08-17T06:31:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T17:07:24.000Z (over 1 year ago)
- Last Synced: 2024-11-28T11:13:13.458Z (6 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stay On Topic
[](https://)
[](https://)
[](https://)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
1. Create a new repository clicking on the `Use this template` button.
2. Clone your new repo directly in the Cat's `plugins` folder.
3. Run the `setup.py` script:
```bash
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.4. Start developing!
> **Important**
> A new release of your plugin is triggered every time you set a new `version` in the `plugin.json` file.
> Please, remember to set it correctly every time to want to release an update.