Go to file
Jace 23a56f9daa cleanups 2022-08-28 10:31:50 +08:00
.github/workflows fix error when cleaning old builds 2022-08-15 20:17:18 +02:00
.vscode initial commit 2022-08-08 10:00:39 +02:00
Example cleanups 2022-08-28 10:31:50 +08:00
Hahomoe Various cleanups and fixes on build 2022-08-23 11:46:39 +08:00
JavFreeProvider Various cleanups 2022-08-23 10:03:41 +08:00
JavHD Fix JavHD homepage issue. Add script for easier debugging. 2022-08-23 13:39:00 +08:00
JavSubProvider Various cleanups 2022-08-23 10:03:41 +08:00
OpJav Add OpJAV 2022-08-28 10:31:20 +08:00
XvideosProvider Various cleanups 2022-08-23 10:03:41 +08:00
gradle/wrapper initial commit 2022-08-08 10:00:39 +02:00
.gitignore initial commit 2022-08-08 10:00:39 +02:00
LICENSE cleanups 2022-08-28 10:31:50 +08:00
README.md Update README.md 2022-08-24 23:26:21 +00:00
build.gradle.kts Add Hahomoe provider 2022-08-23 11:26:20 +08:00
gradle.properties initial commit 2022-08-08 10:00:39 +02:00
gradlew initial commit 2022-08-08 10:00:39 +02:00
gradlew.bat initial commit 2022-08-08 10:00:39 +02:00
repo.json Add repo.json file 2022-08-21 18:04:35 +08:00
run.bat Fix JavHD homepage issue. Add script for easier debugging. 2022-08-23 13:39:00 +08:00
settings.gradle.kts fix bug 2022-08-16 16:35:27 +02: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!