npm package to deno converter #13653
Unanswered
CertifiedRice
asked this question in
Q&A
Replies: 1 comment 1 reply
-
If you are just wanting to use an existing npm package under Deno, the easiest way currently is to use a CDN to import from, like esm.sh or skypack.dev or esm.run. While experimental, many npm packages can be run under Deno with the If you are looking to convert your existing npm package to Deno, including all the CI and scripts, there isn't anything specifically provided and supported by the core team, though we are continuing to explore this space. To take a Deno "package" and export it to npm for consumption in Node.js, then there is dnt. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A way to turn existing npm packages so that they can be compatible with deno.
Beta Was this translation helpful? Give feedback.
All reactions