ipfs-inactive / package-managers

[ARCHIVED] 📦 IPFS Package Managers Task Force
MIT License
97 stars 11 forks source link

Deno #49

Open andrew opened 5 years ago

andrew commented 5 years ago

Deno is a new javascript/typescript runtime from the creator of node.js

One big difference between Deno and Node is the module system and package manager, or lack of one.

Deno has no manifest file (node uses package.json) or lockfile (package-lock.json), instead preferring to import third party code by directly referencing it by url, much like with a Githubissues.

  • Githubissues is a development platform for aggregating issues.