You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
HaveAGitGat 250a4f72d5
Merge pull request #440 from HaveAGitGat/2.10.01
2 years ago
.github Use node 18 2 years ago
Community Update ts lint rules 2 years ago
FlowPlugins Update start text 2 years ago
FlowPluginsTs Update start text 2 years ago
examples Update ts lint rules 2 years ago
methods Update methods lint rules 2 years ago
tests Update community plugin lint rules, add ts 2 years ago
.eslintrc.json Update ts lint rules 2 years ago
.gitignore Fixes #129 + gitignore IDE files 5 years ago
LICENSE Initial commit 6 years ago
README.md Update README.md 3 years ago
package-lock.json Update community plugin lint rules, add ts 2 years ago
package.json Update community plugin lint rules, add ts 2 years ago
tsconfig.eslint.json Update community plugin lint rules, add ts 2 years ago
tsconfig.json Update community plugin lint rules, add ts 2 years ago

README.md

Tdarr_Plugins

Visit the docs for more info: https://docs.tdarr.io/docs/plugins/basics

Development

Make sure NodeJS v16 is installed

Install dependencies:

npm install

Run ESLint:

npm run lint:fix

Check plugins using some extra custom rules:

npm run checkPlugins

Run tests:

npm run test