Trex: A package manager for Deno
github.com
Trex: A package manager for Deno
1–10 of 25 posts
Re: Trex: A package manager for Deno
#2is a Package management for deno similar to npm but maintaining the deno philosophy. packages are cached and only one import_map.json file is generated.
Re: Trex: A package manager for Deno
#3Re: Trex: A package manager for Deno
#4Re: Trex: A package manager for Deno
#5Re: Trex: A package manager for Deno
#6Don't make me type shift on the command line. It makes my pinky finger hurt after a long day.
Re: Trex: A package manager for Deno
#7Don't make me type shift on the command line. It makes my pinky finger hurt after a long day.
How often are you installing packages?
Plus things like `npm install` on pull requests, etc.
Re: Trex: A package manager for Deno
#8Was not one of the main motivations for deno to not use a package manager?
Re: Trex: A package manager for Deno
#9For the same number of times as in days I'm torn on wether this is good.
On one hand, it's a bridge for node people and adds some nice comfort tooling.
On the other, it means you don't get to really understand how packages and bundling are supposed to work.
I may just end up writing a post on this tonight.
Re: Trex: A package manager for Deno
#10So, to me, this just looks to wrap the import map functionality with a nicer cli. For the same number of times as in days I'm torn on wether this is good. On one hand, it's a bridge for node people and adds some nice comfort tooling. On the other, it means you don't get to really understand how packages and bundling are supposed to work. I may just end up writing a post on this tonight.