Tag: Deno
-
Deno 2.0 and the npm: specifier
The Deno 2.0 announcement mentions many cool new features. I’m still working through things in the blog post, but something as simple as using the npm: specifier will be great for writing one-off scripts using Typescript and any number of great packages in the NPM ecosystem. For example, here’s a quick script that uses chalk to…