denolib / awesome-deno

Curated list of awesome things related to Deno

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine-readable list

AZMCode opened this issue · comments

Since the Deno community seems to reject package managers in favor of a deps.ts or importmap.json file, I've been long thinking of an alternative to automatically manage the Import Maps of my projects.

This would require a repository containing a list of repos from which to extract the required URLs, and lucky for me I've found this awesome list.

Even if I don't end up working too much on this, I'd imagine a machine-readable version of this list would be even more amazing.

I should've done a little more research. Found out about module.land, which seems to achieve this goal.