Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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:

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

you create a pull request and send it