From 198ce711169fbc5caad510c7dbe6d548a0a3c706 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Mon, 22 Aug 2022 03:14:34 +0200 Subject: [PATCH] Update README.md --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index afdfc47..8621dcb 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,25 @@ # Tdarr_Plugins Visit the docs for more info: -https://docs.tdarr.io/docs/plugins/basics \ No newline at end of file +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`