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.
|
|
2 years ago | |
|---|---|---|
| .github | 2 years ago | |
| Community | 2 years ago | |
| examples | 2 years ago | |
| methods | 2 years ago | |
| tests | 2 years ago | |
| .eslintrc.json | 2 years ago | |
| .gitignore | 5 years ago | |
| LICENSE | 6 years ago | |
| README.md | 3 years ago | |
| package-lock.json | 3 years ago | |
| package.json | 4 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