Viewing profile — buttercubz
buttercubz
HN member- Joined
- Sat, Jul 11, 2020, 8:48 PM UTC
- HN karma
- 14
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About buttercubz
No profile information was provided.
Recent public activity
-
comment
Comment #23822720
Having a package registry has its advantages and disadvantages (npm) but nest.land is trying to make the best of both sides, a very common complaint with deno is that it does not h…
-
comment
Comment #23808530
Trex currently uses deno.land/std, deno.land/x, nest.land and any repository. nest.land provides a blockchain-based service, we just take the way npm is used for our CLI. Trex does…
-
comment
Comment #23808421
what trex does is, downloads and caches the modules and stores them within the name aliases provided by the import map
-
comment
Comment #23808397
it's really a problem that the first letter is upper?
-
comment
Comment #23808371
not really since it is around imports map something native to deno, the purpose is to make it something familiar like npm
-
comment
Comment #23805822
What is Trex? is 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.
- story