mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
Update README
This commit is contained in:
parent
7a8e2c663d
commit
ffd4eab4a8
1 changed files with 12 additions and 13 deletions
19
README.md
19
README.md
|
@ -1,23 +1,22 @@
|
||||||
**⚠️ This is currently under development, dont use it yet if you're not comfortable with constantly merging new changes**
|
# **cloudstream hexated extensions**<p align="center">
|
||||||
|
> Used to load providers for [Cloudstream](https://recloudstream.github.io/)
|
||||||
|
<br>
|
||||||
|
|
||||||
# `Cloudstream3 Plugin Repo Template`
|
You can download this extension repositories [here
|
||||||
|
](https://recloudstream.github.io/repos/)
|
||||||
|
|
||||||
Template for a [Cloudstream3](https://github.com/recloudstream) plugin repo
|
|
||||||
|
|
||||||
**⚠️ Make sure you check "Include all branches" when using this template**
|
[![Discord](https://invidget.switchblade.xyz/5Hus6fM)](https://discord.gg/5Hus6fM)
|
||||||
|
|
||||||
|
|
||||||
|
<br>
|
||||||
|
### 🌟STAR THIS REPOSITORY TO SUPPORT THE DEVELOPER
|
||||||
|
|
||||||
## Getting started with writing your first plugin
|
## 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
|
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
|
2. Familiarize yourself with the project structure. Most files are commented
|
||||||
3. Build or deploy your first plugin using:
|
3. Build or deploy your first plugin using:
|
||||||
- Windows: `.\gradlew.bat ExampleProvider:make` or `.\gradlew.bat ExampleProvider:deployWithAdb`
|
- Windows: `.\gradlew.bat ExampleProvider:make` or `.\gradlew.bat ExampleProvider:deployWithAdb`
|
||||||
- Linux & Mac: `./gradlew ExampleProvider:make` or `./gradlew 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