Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 564 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 564 Bytes

file-watchers

This is the out-of-the-box way to watch files you have been looking for in Racket.

Use this to understand I/O behavior in a system and to increase iteration speed for local development.

  • Documentation on racket-lang.org
  • raco test *.rkt to run tests
  • raco setup -l file-watchers to build the package and documentation.
  • raco file-watchers -h for CLI use

Credits

  • @zyrolasting: Initial implementation
  • @dstorrs: Added #:batch? option to robust-watch