1
0
Fork
You've already forked CXXX
0
CXXX
  • Kotlin 100%
Find a file
2024年05月19日 14:25:50 +05:30
.github/workflows Update build.yml 2024年04月27日 20:25:47 +05:30
actionviewphotography Initial commit 2024年04月27日 19:51:49 +05:30
GoodPorn New Provider 2024年05月19日 14:25:50 +05:30
gradle/wrapper Initial commit 2024年04月27日 19:51:49 +05:30
InternetChicks Update build.gradle.kts 2024年05月15日 23:05:55 +01:00
ixiporn New Provider 2024年04月28日 18:01:48 +05:30
JAVPoint New Provider added in Javpoint 2024年05月07日 22:29:59 +05:30
Mangoporn Update Mangoporn.kt 2024年05月15日 22:27:59 +01:00
Pornken New Provider 2024年04月28日 18:01:48 +05:30
spankbang Initial commit 2024年04月27日 19:51:49 +05:30
TollyPro New Provider TollyPro 2024年05月09日 16:37:27 +05:30
UncutMaza Initial commit 2024年04月27日 19:51:49 +05:30
Xtapes Update build.gradle.kts 2024年05月16日 10:53:17 +01:00
.gitignore Initial commit 2024年04月27日 19:51:49 +05:30
build.gradle.kts Initial commit 2024年04月27日 20:21:51 +05:30
gradle.properties Initial commit 2024年04月27日 19:51:49 +05:30
gradlew Initial commit 2024年04月27日 19:51:49 +05:30
gradlew.bat Update gradlew.bat 2024年04月27日 20:08:09 +05:30
LICENSE Initial commit 2024年04月27日 19:51:49 +05:30
README.md Initial commit 2024年04月27日 19:51:49 +05:30
run.bat Initial commit 2024年04月27日 19:51:49 +05:30
settings.gradle.kts Initial commit 2024年04月27日 19:51:49 +05:30

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!