No description
Find a file Use this template
phil f804d33fb2
All checks were successful
/ build (push) Successful in 5s
Cosmetic
2025-05-28 18:55:01 +02:00
.forgejo/workflows Inital commit 2025-05-28 17:36:06 +02:00
src/knoc_plugin_template Inital commit 2025-05-28 17:36:06 +02:00
.gitignore Inital commit 2025-05-28 17:36:06 +02:00
.python-version Inital commit 2025-05-28 17:36:06 +02:00
pyproject.toml Cosmetic 2025-05-28 18:55:01 +02:00
README.md Inital commit 2025-05-28 17:36:06 +02:00
uv.lock Inital commit 2025-05-28 17:36:06 +02:00

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.