Go to file
hexated fdfd67d03b moved providers 2022-09-09 23:09:54 +07:00
.github/workflows Initial commit 2022-08-31 11:26:39 +07:00
.vscode Initial commit 2022-08-31 11:26:39 +07:00
AnimeIndoProvider moved providers 2022-09-09 23:09:54 +07:00
AnimeSailProvider moved providers 2022-09-09 23:09:54 +07:00
Anizm moved providers 2022-09-09 23:09:54 +07:00
DramaidProvider moved providers 2022-09-09 23:09:54 +07:00
DubokuProvider moved providers 2022-09-09 23:09:54 +07:00
GomunimeProvider moved providers 2022-09-09 23:09:54 +07:00
Gomunimeis moved providers 2022-09-09 23:09:54 +07:00
HDrezkaProvider moved providers 2022-09-09 23:09:54 +07:00
Hdfilmcehennemi moved providers 2022-09-09 23:09:54 +07:00
IdlixProvider moved providers 2022-09-09 23:09:54 +07:00
KisskhProvider moved providers 2022-09-09 23:09:54 +07:00
KuramanimeProvider moved providers 2022-09-09 23:09:54 +07:00
KuronimeProvider moved providers 2022-09-09 23:09:54 +07:00
LayarKacaProvider moved providers 2022-09-09 23:09:54 +07:00
MultiplexProvider moved providers 2022-09-09 23:09:54 +07:00
NeonimeProvider moved providers 2022-09-09 23:09:54 +07:00
NontonAnimeIDProvider moved providers 2022-09-09 23:09:54 +07:00
OploverzProvider moved providers 2022-09-09 23:09:54 +07:00
OtakudesuProvider moved providers 2022-09-09 23:09:54 +07:00
PhimmoichillProvider moved providers 2022-09-09 23:09:54 +07:00
RebahinProvider moved providers 2022-09-09 23:09:54 +07:00
TocanimeProvider moved providers 2022-09-09 23:09:54 +07:00
Topdocumentaryfilms moved providers 2022-09-09 23:09:54 +07:00
Tvtwofourseven moved providers 2022-09-09 23:09:54 +07:00
UakinoProvider moved providers 2022-09-09 23:09:54 +07:00
UseeTv moved providers 2022-09-09 23:09:54 +07:00
WcofunProvider moved providers 2022-09-09 23:09:54 +07:00
YomoviesProvider moved providers 2022-09-09 23:09:54 +07:00
gradle/wrapper Initial commit 2022-08-31 11:26:39 +07:00
.gitignore Initial commit 2022-08-31 11:26:39 +07:00
README.md Initial commit 2022-08-31 11:26:39 +07:00
build.gradle.kts moved providers 2022-09-09 23:09:54 +07:00
gradle.properties Initial commit 2022-08-31 11:26:39 +07:00
gradlew Initial commit 2022-08-31 11:26:39 +07:00
gradlew.bat Initial commit 2022-08-31 11:26:39 +07:00
settings.gradle.kts Initial commit 2022-08-31 11:26:39 +07:00

README.md

⚠️ This is currently under development, dont use it yet if you're not comfortable with constantly merging new changes

Cloudstream3 Plugin Repo Template

Template for a Cloudstream3 plugin repo

⚠️ Make sure you check "Include all branches" when using this template

Getting started with writing your first plugin

This template includes 1 example plugin.

  1. Open the root build.gradle.kts, read the comments and replace all the placeholders
  2. Familiarize yourself with the project structure. Most files are commented
  3. Build or deploy your first plugin using:
    • Windows: .\gradlew.bat ExampleProvider:make or .\gradlew.bat ExampleProvider:deployWithAdb
    • Linux & Mac: ./gradlew ExampleProvider:make or ./gradlew ExampleProvider:deployWithAdb

Attribution

This template as well as the gradle plugin and the whole plugin system is heavily based on Aliucord. Go use it, it's a great mobile discord client mod!