mirror of
https://github.com/daarkdemon/cs-darkdemon-extensions.git
synced 2024-08-14 23:57:20 +00:00
767 B
767 B
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: