Merge pull request #23 from OshekharO/patch-3

Update README.md
This commit is contained in:
Deepak Patil 2022-12-14 13:32:37 +05:30 committed by GitHub
commit 1e70734803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 44 additions and 13 deletions

View File

@ -1,16 +1,47 @@
# `Cloudstream3 Plugin Repository`
> Used to load providers for [Cloudstream](https://recloudstream.github.io/)
<div align="center">
<!--
## Steps to install this repo:
1. Open [Cloudstream](https://recloudstream.github.io/) and go to Settings and click on extensions.
2. Click on add repository and enter name and this url.
-->
# *Darkdemon-Extension*
## Getting started with writing your first plugin
> Used to load providers for [Cloudstream](https://github.com/recloudstream/cloudstream)
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`
<a href="https://cutt.ly/dirdem">
<img src="https://img.shields.io/badge/-DOWNLOAD%20EXTENSION-brightgreen" alt="download"/>
</a>
##
<!-- Badges -->
<p>
<a href="https://github.com/AmineSoukara/EgyBest-Api/graphs/contributors">
<img src="https://img.shields.io/github/contributors/daarkdemon/cs-darkdemon-extensions" alt="contributors" />
</a>
<a href="">
<img src="https://img.shields.io/github/last-commit/daarkdemon/cs-darkdemon-extensions" alt="last update" />
</a>
<a href="https://github.com/hexated/cloudstream-extensions-hexated/network/members">
<img src="https://img.shields.io/github/forks/daarkdemon/cs-darkdemon-extensions" alt="forks" />
</a>
<a href="https://github.com/hexated/cloudstream-extensions-hexated/stargazers">
<img src="https://img.shields.io/github/stars/daarkdemon/cs-darkdemon-extensions" alt="stars" />
</a>
<a href="https://github.com/hexated/cloudstream-extensions-hexated/issues/">
<img src="https://img.shields.io/github/issues/daarkdemon/cs-darkdemon-extensions" alt="open issues" />
</a>
<a href="https://github.com/AmineSoukara/EgyBest-API">
<img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fdaarkdemon%2Fcs-darkdemon-extensions&count_bg=%23FF0000&title_bg=%23555555&icon=tinder.svg&icon_color=%23FF0000&title=Hits&edge_flat=false" alt="hits" />
</a>
</p>
##
# ❤️ Used By :
<a href="https://cloudstream.cf/"><img src="https://img.shields.io/badge/CloudStream-FF0000?style=flat&logo=kotlin&logoColor=black"></a>
##
[![Discord](https://invidget.switchblade.xyz/5Hus6fM)](https://discord.gg/5Hus6fM)
</div>
<!-- CREDIT TO HEXATED -->