egoist / dum

An npm scripts runner written in Rust.
MIT License
1.52k stars 28 forks source link

Add `--watch <globs>` #3

Open egoist opened 2 years ago

egoist commented 2 years ago

Watch files and re-run command, maybe a neat feature

JeDaYoshi commented 2 years ago

I think that's too way overboard and getting out of the scope for the project. nodemon/ts-node etc. are there and adequately do the job, and if not, there can be another tool for that. No need to bloat it either, IMHO.