Daenode is a simple nodemon clone writen in Typescript in under 120 lines. Created for educational purposes.
- Detect file changes and restart node process
- Perform manual restart by typing
rs
- Spawning a new process in node
- Different exit signals
- Debounce function
- NodeJS Streams
- NPM package to CLI binary
- Watching files and directories for changes