Trex
Trex copied to clipboard
Package Manager for deno 🦕
Hello, I want to install the [`std/dotenv`](https://deno.land/std/dotenv) module, but there is a third party module with the same name ([`dotenv`](https://deno.land/x/dotenv)) and Trex always installs it instead of the standard library....
since deno 1.20 introduced an integrated task runner (https://deno.com/blog/v1.20#new-subcommand-deno-task), it seems interesting to point out the benefits of using trex instead of deno task... I'm not that much into the...
**Is your feature request related to a problem? Please describe.** When installing dependencies, similar to npm/yarn/pnpm, one might know the name of the dependency they want to install but not...
It's frustrating to have to type this flag every time I want to add a package when it's required 85% of the time. It would be nice if the behavior...
**Describe the bug** When calling `trex run [...]` in GitHub Actions, they throw an error and abort with `error: Uncaught (in promise) Permission denied (os error 13)`. **To Reproduce** 1....
**Is your feature request related to a problem? Please describe.** I'm trying to pass the --watch flag to my script but is stripped by Trex and being used as `rsap`...
In case of developer don't know how to name cli file, `README.md` should describe the cli package's file naming.
Hi, I thought `import_map.json` is the old way of Deno to manage dependencies, now it's [deps.ts](https://docs.deno.com/runtime/tutorials/manage_dependencies)/`dev_deps.ts` (with `-D` flag) if I'm not wrong about that... I feel like it's the...
**Describe the bug** A clear and concise description of what the bug is. When I install a library that depends on its own `importmap`, 'trex tree' won't find its dependencies....