mirror of
https://github.com/Jacekun/cs3xxx-repo.git
synced 2024-08-14 23:57:09 +00:00
No description
.github/workflows | ||
.vscode | ||
Example | ||
gradle/wrapper | ||
Hahomoe | ||
Hanime | ||
HentaiHaven | ||
HpJav | ||
JavFreeProvider | ||
JavGuru | ||
JavHD | ||
JavMost | ||
JavSubProvider | ||
JavTube | ||
OpJav | ||
Pornhub | ||
Vlxx | ||
XvideosProvider | ||
.gitignore | ||
build.gradle.kts | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
repo.json | ||
run.bat | ||
settings.gradle.kts |
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.
- Open the root build.gradle.kts, read the comments and replace all the placeholders
- Familiarize yourself with the project structure. Most files are commented
- 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
- Windows:
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!