0.0.4 • Published 2 years ago

lets-run v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

💛 You can help the author become a full-time open-source maintainer by sponsoring him on GitHub.


lets-run

npm version npm downloads

Install

npm i lets-run -D

Usage

Run a command and watch files to rerun on changes:

lets-run "node dist/server.js" --watch "dist"

In a monorepo where one package depends on the output files of another package, you can use --on-path-exists <path> flag:

lets-run "node dist/server.js" \
    --watch "dist" \
    --watch "../packages/another-package/dist" \
    --on-path-exists "../packages/another-package/dist"

Sponsors

sponsors

License

MIT © EGOIST