Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 470 Bytes

add_tool.md

File metadata and controls

18 lines (14 loc) · 470 Bytes

Make your tool available to install from Trex

if you want your tool to be available to install from trex just add it to database.json file.

it must have the following scheme:

note: no need to add -f or --force

// database.json
{
  "toolName": {
    "permissions": ["--allow-read", "--allow-run"],
    "url": "https://tool.com/tool.ts"
  }
}

you create a pull request and send it