Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valentimarco/jina-integration
A CheshireCat plugin adding Jira embedder
https://github.com/valentimarco/jina-integration
Last synced: 20 days ago
JSON representation
A CheshireCat plugin adding Jira embedder
- Host: GitHub
- URL: https://github.com/valentimarco/jina-integration
- Owner: valentimarco
- Created: 2024-01-15T07:53:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-20T15:49:41.000Z (5 months ago)
- Last Synced: 2024-11-16T21:32:31.491Z (3 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jira Integration
[![awesome plugin](https://custom-icon-badges.demolab.com/static/v1?label=&message=awesome+plugin&color=383938&style=for-the-badge&logo=cheshire_cat_ai)](https://)
[![Awesome plugin](https://custom-icon-badges.demolab.com/static/v1?label=&message=Awesome+plugin&color=000000&style=for-the-badge&logo=cheshire_cat_ai)](https://)
[![awesome plugin](https://custom-icon-badges.demolab.com/static/v1?label=&message=awesome+plugin&color=F4F4F5&style=for-the-badge&logo=cheshire_cat_black)](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 you want to release an update.