mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
No description
| .github | ||
| Community | ||
| examples | ||
| FlowPlugins | ||
| FlowPluginsTs | ||
| methods | ||
| tests | ||
| .eslintrc.json | ||
| .gitignore | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.eslint.json | ||
| tsconfig.json | ||
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