mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-16 02:35:54 -07:00
Update README.md
This commit is contained in:
parent
71ca75fa52
commit
198ce71116
1 changed files with 22 additions and 1 deletions
23
README.md
23
README.md
|
|
@ -6,4 +6,25 @@
|
||||||
# Tdarr_Plugins
|
# Tdarr_Plugins
|
||||||
|
|
||||||
Visit the docs for more info:
|
Visit the docs for more info:
|
||||||
https://docs.tdarr.io/docs/plugins/basics
|
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…
Add table
Add a link
Reference in a new issue