THIS IS A READ-ONLY MIRROR OF https://github.com/recloudstream/plugin-template
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Cloudburst 46dcc26f03
remove warning
7 months ago
.github/workflows fix error when cleaning old builds 8 months ago
.vscode initial commit 8 months ago
ExampleProvider Update build.gradle.kts 8 months ago
gradle/wrapper initial commit 8 months ago
.gitignore initial commit 8 months ago
README.md remove warning 7 months ago
build.gradle.kts Update build.gradle.kts 7 months ago
gradle.properties initial commit 8 months ago
gradlew initial commit 8 months ago
gradlew.bat initial commit 8 months ago
settings.gradle.kts fix bug 7 months ago

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!