This site is an independent open-source project and is not affiliated with, endorsed by, or sponsored by npm, Inc. or GitHub, Inc. The name “npm” is a registered trademark of npm, Inc., used here solely to describe compatibility and reference publicly available npm package data.
📦 watch-spawn
Watch specific files or directories and re-execute a given command, using child_process.spawn instead of the original child_process.exec to have a bit more of control. Forked from watch-run by queckezz