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.
|
7 months ago | |
---|---|---|
.github/workflows | 8 months ago | |
.vscode | 8 months ago | |
ExampleProvider | 8 months ago | |
gradle/wrapper | 8 months ago | |
.gitignore | 8 months ago | |
README.md | 7 months ago | |
build.gradle.kts | 7 months ago | |
gradle.properties | 8 months ago | |
gradlew | 8 months ago | |
gradlew.bat | 8 months ago | |
settings.gradle.kts | 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.
- 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:
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!