mirror of
https://github.com/daarkdemon/cs-darkdemon-extensions.git
synced 2024-08-14 23:57:20 +00:00
No description
.github/workflows | ||
.vscode | ||
5movierulzProvider/src/main | ||
AnimeWorldProvider | ||
CinevezProvider | ||
GDJioTVProvider | ||
gradle/wrapper | ||
IBommaProvider | ||
MHDTVProvider | ||
NollyVerseProvider | ||
NPJioTVProvider | ||
OnlineMoviesHinditProvider | ||
PrmoviesProvider | ||
SnehIPTVProvider | ||
StreamBlastersProvider | ||
UWatchFreeProvider | ||
.gitignore | ||
build.gradle.kts | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle.kts |
Cloudstream3 Plugin Repository
Used to load providers for Cloudstream
Getting started with writing your first 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: