THIS IS A READ-ONLY MIRROR OF https://github.com/recloudstream/plugin-template
Go to file
Cloudburst 46dcc26f03
remove warning
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
README.md remove warning 2022-09-10 14:16:51 +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
settings.gradle.kts fix bug 2022-08-16 16:35:27 +02:00

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.

  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!