mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-08 23:18:16 -07:00
Steps to write a Tdarr Flow plugin
This commit is contained in:
parent
250a4f72d5
commit
1d43e8692f
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -28,3 +28,15 @@ Check plugins using some extra custom rules:
|
|||
Run tests:
|
||||
|
||||
`npm run test`
|
||||
|
||||
|
||||
# Steps to write a Tdarr Flow plugin:
|
||||
|
||||
1. Clone this repo
|
||||
2. Set env variable `pluginsDir` to the location of the plugins repo and run Tdarr Server and Node. E.g. `export pluginsDir=C:/Tdarr_Plugins`
|
||||
3. Browse the typescript plugins here https://github.com/HaveAGitGat/Tdarr_Plugins/tree/master/FlowPluginsTs/CommunityFlowPlugins and make edits locally or create a new one locally:
|
||||
4. Make sure typescript is intalled with `npm i -g typescript` then run `tsc` to compile the changes.
|
||||
5. Refresh the browser and Tdarr will pick up the changes
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue