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.
Tdarr_Plugins/README.md

31 lines
399 B

<p align="center">
<img src="https://s7.gifyu.com/images/GifCroppedTran.gif"/>
</p>
# 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`