Skip to content

Commit

Permalink
i cant move it move it anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
yofukashino committed Dec 1, 2023
1 parent 44b0098 commit 1a5a26d
Show file tree
Hide file tree
Showing 18 changed files with 1,543 additions and 2,464 deletions.
11 changes: 8 additions & 3 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ rules:
no-process-exit: off
no-undef: off
no-unused-vars: off
camelcase: off
"@typescript-eslint/naming-convention": off
"@typescript-eslint/no-unused-vars": error

overrides:
- files: "**/*.{ts,tsx}"
- files: "**/*.ts"
extends: eslint-config-dmitmel/presets/typescript-addon
rules:
node/no-missing-import: off
Expand All @@ -44,14 +46,17 @@ overrides:
no-return-assign: off
no-void: off
consistent-return: off
"@typescript-eslint/naming-convention": off

- files: "**/src/**/*.{ts,tsx}"
- files: "**/src/**/*.ts"
extends: eslint-config-dmitmel/rules/typescript/with-type-checking
rules:
"@typescript-eslint/no-unnecessary-condition": off

- files: "**/*.d.ts"
rules:
no-var: off

- files: "src/**/*.{ts,tsx}"
- files: "src/**/*.ts"
parserOptions:
project: tsconfig.json
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Ignore all Markdown files:
*.md
24 changes: 16 additions & 8 deletions README.md
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.
26 changes: 14 additions & 12 deletions manifest.json
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"
}
19 changes: 11 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "plugin-template",
"name": "distify",
"version": "1.0.0",
"description": "A plugin template",
"description": "Make your experience better with spotify links.",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.0.0"
Expand All @@ -23,15 +23,18 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.6.1",
"@types/node": "^18.16.5",
"@types/react": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.49.0",
"discord-types": "^1.3.3",
"eslint": "^8.40.0",
"eslint-config-dmitmel": "github:dmitmel/eslint-config-dmitmel",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.33.2",
"prettier": "^3.0.3",
"replugged": "^4.6.2",
"typescript": "^5.2.2"
"eslint-plugin-react": "^7.32.2",
"prettier": "^2.8.8",
"replugged": "^4.7.4",
"type-fest": "^3.10.0",
"typescript": "^5.0.4"
}
}
Loading

0 comments on commit 1a5a26d

Please sign in to comment.