generated from replugged-org/plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
44b0098
commit 1a5a26d
Showing
18 changed files
with
1,543 additions
and
2,464 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Ignore all Markdown files: | ||
*.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
# Replugged plugin template | ||
### Distify | ||
|
||
See the [plugin development guide](https://guide.replugged.dev/docs/plugins/getting-started) for | ||
more information on using this template. | ||
Make your experience better with spotify links. | ||
|
||
# License | ||
Like Playing directly or adding in queue. (Also opening directly in app) | ||
|
||
Direct Download Link: [dev.tharki.Distify.asar](https://github.com/TharkiDev/Distify/releases/latest/download/dev.tharki.Distify.asar) | ||
|
||
Install Link: | ||
|
||
|
||
[![Install in Replugged](https://img.shields.io/badge/-Install%20in%20Replugged-blue?style=for-the-badge&logo=none)](https://replugged.dev/install?identifier=TharkiDev/Distify&source=github) | ||
|
||
![image](https://i.imgur.com/i7r0j9L.png) | ||
|
||
|
||
|
||
> For Contributing: [Make a pr thats all.] | ||
The [plugin template](https://github.com/replugged-org/plugin-template) is licensed under the | ||
[MIT](https://opensource.org/license/mit/) license. However, addons using this template are not | ||
necessarily licensed under MIT. Developers are encouraged to add a license file to their repository, | ||
but if none exists, the repository should be considered as unlicensed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,22 @@ | ||
{ | ||
"id": "dev.replugged.PluginTemplate", | ||
"name": "Plugin Template", | ||
"description": "A plugin template", | ||
"author": { | ||
"name": "replugged", | ||
"discordID": "1000992611840049192", | ||
"github": "replugged-org" | ||
}, | ||
"id": "dev.tharki.Distify", | ||
"name": "Distify", | ||
"description": "Make your experience better with spotify links.", | ||
"author": [ | ||
{ | ||
"name": "Ahlawat", | ||
"discordID": "1025214794766221384", | ||
"github": "TharkiDev" | ||
} | ||
], | ||
"version": "1.0.0", | ||
"updater": { | ||
"type": "github", | ||
"id": "replugged-org/plugin-template" | ||
"type": "store", | ||
"id": "dev.tharki.Distify" | ||
}, | ||
"license": "MIT", | ||
"type": "replugged-plugin", | ||
"renderer": "src/index.ts", | ||
"source": "https://github.com/replugged-org/plugin-template", | ||
"image": ["https://i.imgur.com/14CNs3a.png?CHANGE-THIS-URL"] | ||
"source": "https://github.com/TharkiDev/Distify", | ||
"image": "https://i.imgur.com/i7r0j9L.png" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.