No description
|
||
---|---|---|
.forgejo/workflows | ||
src/knoc_plugin_template | ||
.gitignore | ||
.python-version | ||
pyproject.toml | ||
README.md | ||
uv.lock |
Template for Knoc plugins
Entry points
It has 4 standard entry points, defined in pyproject.toml
:
- CLI
- workflow
- api
- settings
CI
It has a Forgejo CI build action, defined in .forgejo/actions/build.yaml
.