|
|
|
|
|
by searchableguy
1892 days ago
|
|
There are user land tools to manage dependencies for you. I cannot comment on the specifics because I haven't used them extensively but one example is deno-udd. It updates your dependencies.
https://github.com/hayd/deno-udd There are one or two more feature rich ones. The need for deps.ts can be eliminated with management tools which work with your imports directly. |
|
If something like that is needed, then I think deno should attempt to come with something for managing dependencies.
Eventually, developer convinience will win, and everyone will settle on some sort of package manager for deno. It'd probably be for the best if deno made it official as, personally, I think this is heading towards a second NPM.