DEV Community

Discussion on: Converting a Node project to Deno

 
jotafeldmann profile image
Jota Feldmann

Most of the common tasks come "out of the box" with Deno.

But for more custom/specific stuff (e.g. deploy) you need something like this. I'm using a Makefile for this kind of task.