using it minimally inside a npm package?
archywillhe opened this issue · 0 comments
archywillhe commented
I got it running on my mac, but looks like it is almost like a crontab daemon?
I'm wondering if I can use watchman like how chokidar
(https://github.com/paulmillr/chokidar) is used.
e.g. packing it into a npm package like NextJS
, and calling it via a command (without users needing to brew install
it or cp
the binary to /usr/local/bin
)?
is that possible?