DEV Community

Adrian Twarog
Adrian Twarog

Posted on

Denon for Deno | Like nodemon for node

Denon is a library that automatically restarts your deno application when you make changes to it and save them. I've done a quick tutorial to describe how to install and use it, and some of the great features like creating configuration files.


Youtube: Deno Express Tutorial

Included in this video are:

  • Installing Denon
  • Using Denon in practice
  • Setting up a configuration file in Denon with ini
  • Presetting flags such as --allow-net
  • Using environmental variables

Denon:
https://deno.land/x/denon/

Deno:
http://deno.land/

Follow and support me:

Special thanks if you subscribe to my channel :)

Want to see more:

I will try to post new great content every day. Here are the latest items:

Latest comments (1)

Collapse
 
willdoescode profile image
Will

This is a very nice tool. Will be using in the future.