Module

x/trex/docs/add_tool.md

Package Manager for deno 🦕
Go to Latest
File

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