Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xi-rick/123tv
https://github.com/xi-rick/123tv
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xi-rick/123tv
- Owner: xi-Rick
- Created: 2022-11-21T03:31:34.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-21T03:31:36.000Z (about 2 years ago)
- Last Synced: 2023-11-11T21:25:45.865Z (about 1 year ago)
- Language: Kotlin
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `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 pluginThis 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!*