You can make your package available to download from trex by hosting them at:
trex install --map [packageName]trex install --map [packageName]@[version]With this command you can install packages from the standard deno library and
those hosted at deno.land/x
trex install --nest [packageName]@[version]this will download package from nest.land
trex install --pkg [user]/[repo or repo@branch/tag]/[path/to/file] [packageName]example:
trex install --pkg oakserver/oak/mod.ts oakthis downloads oak directly from its repository