mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-01 12:44:45 -04:00
9 lines
274 B
Markdown
9 lines
274 B
Markdown
---
|
|
uid: plugin
|
|
title: Plugin
|
|
---
|
|
|
|
# Plugins
|
|
|
|
You can create plugins for Kyoo. To do that, create a C# Library project targeting the .Net Core 5 and install the [Kyoo.Abstraction](https://www.nuget.org/packages/Kyoo.Abstraction) package and implement the IPlugin interface.
|