Go to file
Swissky 7ce0529dff Build f14f54cfe0 2024-07-01 12:26:25 +00:00
.github/workflows Build f14f54cfe0 2024-07-01 12:26:25 +00:00
.vscode Build f14f54cfe0 2024-07-01 12:26:25 +00:00
ExampleProvider Build f14f54cfe0 2024-07-01 12:26:25 +00:00
gradle/wrapper Build f14f54cfe0 2024-07-01 12:26:25 +00:00
.gitignore Build f14f54cfe0 2024-07-01 12:26:25 +00:00
Aniwave.cs3 Build f14f54cfe0 2024-07-01 12:26:25 +00:00
HiAnime.cs3 Build f14f54cfe0 2024-07-01 12:26:25 +00:00
README.md Build f14f54cfe0 2024-07-01 12:26:25 +00:00
Sflix.cs3 Build f14f54cfe0 2024-07-01 12:26:25 +00:00
SoraStream.cs3 Build f14f54cfe0 2024-07-01 12:26:25 +00:00
Superstream.cs3 Build f14f54cfe0 2024-07-01 12:26:25 +00:00
build.gradle.kts Build f14f54cfe0 2024-07-01 12:26:25 +00:00
gradle.properties Build f14f54cfe0 2024-07-01 12:26:25 +00:00
gradlew Build f14f54cfe0 2024-07-01 12:26:25 +00:00
gradlew.bat Build f14f54cfe0 2024-07-01 12:26:25 +00:00
plugins.json Build f14f54cfe0 2024-07-01 12:26:25 +00:00
repo.json Build f14f54cfe0 2024-07-01 12:26:25 +00:00
settings.gradle.kts Build f14f54cfe0 2024-07-01 12:26:25 +00:00

README.md

⚠️ This is currently under development, dont use it yet if you're not comfortable with constantly merging new changes

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

License

Everything in this repo is released into the public domain. You may use it however you want with no conditions whatsoever

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!