Update README.md

make-only-subtitle-default
HaveAGitGat 3 years ago committed by GitHub
parent 71ca75fa52
commit 198ce71116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,3 +7,24 @@
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`

Loading…
Cancel
Save