bhumijgupta / daenode

Daenode is a simple nodemon clone writen in Typescript in under 120 lines.

Home Page:https://youtu.be/5rAtUryNJB4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Daenode

Daenode is a simple nodemon clone writen in Typescript in under 120 lines. Created for educational purposes.

Henlo

Features

  1. Detect file changes and restart node process
  2. Perform manual restart by typing rs

Things learnt

  1. Spawning a new process in node
  2. Different exit signals
  3. Debounce function
  4. NodeJS Streams
  5. NPM package to CLI binary
  6. Watching files and directories for changes

About

Daenode is a simple nodemon clone writen in Typescript in under 120 lines.

https://youtu.be/5rAtUryNJB4


Languages

Language:JavaScript 100.0%