You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 weeks ago | |
---|---|---|
.github/workflows | 4 months ago | |
.vscode | 8 months ago | |
Example | 6 months ago | |
Hahomoe | 4 months ago | |
Hanime | 4 months ago | |
HentaiHaven | 4 months ago | |
HpJav | 4 months ago | |
JavFreeProvider | 4 months ago | |
JavGuru | 4 months ago | |
JavHD | 4 months ago | |
JavMost | 4 months ago | |
JavSubProvider | 4 months ago | |
JavTube | 4 months ago | |
OpJav | 4 months ago | |
Pornhub | 4 months ago | |
Vlxx | 4 months ago | |
XvideosProvider | 4 months ago | |
gradle/wrapper | 8 months ago | |
.gitignore | 8 months ago | |
LICENSE | 7 months ago | |
README.md | 7 months ago | |
build.gradle.kts | 7 months ago | |
gradle.properties | 8 months ago | |
gradlew | 8 months ago | |
gradlew.bat | 8 months ago | |
inc_version.py | 4 months ago | |
run.bat | 7 months ago | |
settings.gradle.kts | 8 months ago |
README.md
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!