CXXX
- Kotlin 100%
| .github/workflows | Update build.yml | |
| actionviewphotography | Initial commit | |
| GoodPorn | New Provider | |
| gradle/wrapper | Initial commit | |
| InternetChicks | Update build.gradle.kts | |
| ixiporn | New Provider | |
| JAVPoint | New Provider added in Javpoint | |
| Mangoporn | Update Mangoporn.kt | |
| Pornken | New Provider | |
| spankbang | Initial commit | |
| TollyPro | New Provider TollyPro | |
| UncutMaza | Initial commit | |
| Xtapes | Update build.gradle.kts | |
| .gitignore | Initial commit | |
| build.gradle.kts | Initial commit | |
| gradle.properties | Initial commit | |
| gradlew | Initial commit | |
| gradlew.bat | Update gradlew.bat | |
| LICENSE | Initial commit | |
| README.md | Initial commit | |
| run.bat | Initial commit | |
| settings.gradle.kts | Initial commit | |
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:makeor.\gradlew.bat ExampleProvider:deployWithAdb - Linux & Mac:
./gradlew ExampleProvider:makeor./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!