DEV Community

Discussion on: 🦕Deno the Node replacement? Bonus: I created a boilerplate for Deno

Collapse
 
louy2 profile image
Yufan Lou

For all these commands we don't need any extra tools or dependencies.

You used make. The proliferation of build tools in Node.js is partly driven by the absence of make on Windows. Deno has drake.

Collapse
 
lampewebdev profile image
Michael "lampe" Lazarski

make is just a nicer way of typing the commands all the time. This is also why I wrote that on windows you should use WSL.

I know about drake.

For now, I want to use much 3rd party libs because they first need to prove that they will be maintained for a longer time.

Collapse
 
louy2 profile image
Yufan Lou

Ah sorry I missed the WSL part.

Thread Thread
 
lampewebdev profile image
Michael "lampe" Lazarski

No problem :)

But yeah at some point maybe make is not the best solution :)