lets-run

0.0.4 • Public • Published

💛 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

Readme

Keywords

none

Package Sidebar

Install

npm i lets-run

Weekly Downloads

0

Version

0.0.4

License

MIT

Unpacked Size

22.8 kB

Total Files

5

Last publish

Collaborators

  • egoist