cloudstream-extensions-hexated/README.md

21 lines
808 B
Markdown
Raw Normal View History

2022-09-13 13:32:35 +00:00
# **cloudstream hexated extensions**
2022-09-13 13:29:44 +00:00
> Used to load providers for [Cloudstream](https://recloudstream.github.io/)
2022-09-13 13:32:35 +00:00
2022-09-13 13:29:44 +00:00
You can download this extension repositories [here
](https://recloudstream.github.io/repos/)
2022-08-31 04:26:39 +00:00
2022-09-13 13:29:44 +00:00
[![Discord](https://invidget.switchblade.xyz/5Hus6fM)](https://discord.gg/5Hus6fM)
2022-08-31 04:26:39 +00:00
2022-09-13 13:32:35 +00:00
2022-09-13 13:29:44 +00:00
### 🌟STAR THIS REPOSITORY TO SUPPORT THE DEVELOPER
2022-08-31 04:26:39 +00:00
2022-09-13 13:29:44 +00:00
## Getting started with writing your first plugin
2022-08-31 04:26:39 +00:00
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:
2022-09-13 13:29:44 +00:00
- Windows: `.\gradlew.bat ExampleProvider:make` or `.\gradlew.bat ExampleProvider:deployWithAdb`
- Linux & Mac: `./gradlew ExampleProvider:make` or `./gradlew ExampleProvider:deployWithAdb`
2022-08-31 04:26:39 +00:00