mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
Update README.md
This commit is contained in:
parent
fb73c9eabb
commit
8cbf73d52c
1 changed files with 25 additions and 0 deletions
25
README.md
25
README.md
|
@ -41,3 +41,28 @@
|
|||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
# `Cloudstream3 Plugin Repo Template`
|
||||
|
||||
Template for a [Cloudstream3](https://github.com/recloudstream) 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](https://github.com/Aliucord).
|
||||
*Go use it, it's a great mobile discord client mod!*
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue