1
0
Fork
You've already forked Recloudstream-plugin-template
0
No description
  • Kotlin 100%
Find a file
2022年09月10日 14:16:51 +02:00
.github/workflows fix error when cleaning old builds 2022年08月15日 20:17:18 +02:00
.vscode initial commit 2022年08月08日 10:00:39 +02:00
ExampleProvider Update build.gradle.kts 2022年08月14日 17:38:49 +02:00
gradle/wrapper initial commit 2022年08月08日 10:00:39 +02:00
.gitignore initial commit 2022年08月08日 10:00:39 +02:00
build.gradle.kts Update build.gradle.kts 2022年08月31日 10:45:23 +02:00
gradle.properties initial commit 2022年08月08日 10:00:39 +02:00
gradlew initial commit 2022年08月08日 10:00:39 +02:00
gradlew.bat initial commit 2022年08月08日 10:00:39 +02:00
README.md remove warning 2022年09月10日 14:16:51 +02:00
settings.gradle.kts fix bug 2022年08月16日 16:35:27 +02:00

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.

  1. Open the root build.gradle.kts, read the comments and replace all the placeholders
  2. Familiarize yourself with the project structure. Most files are commented
  3. 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

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!