File watcher development utility.
Find a file
2024-11-09 17:13:45 +01:00
demo Init. 2024-10-15 17:06:51 +02:00
.gitignore Init. 2024-10-15 17:06:51 +02:00
build.sh Init. 2024-10-15 17:06:51 +02:00
deno.json Init. 2024-10-15 17:06:51 +02:00
deno.lock Init. 2024-10-15 17:06:51 +02:00
README.md Init. 2024-10-15 17:06:51 +02:00
regar.ts prevent crash when killing dead process 2024-11-09 17:13:45 +01:00

regar

File watcher development utility.

Usage

Usage: regar <command> [files...]

Description:

  File watcher development utility.

Options:

  -h, --help                      - Show this help.                                                              
  -r, --hard                      - Ends the child process by killing it.                                        
  -s, --soft                      - Ends the child process by sending an interuption and waiting for it to shut  
                                    down.                                                                        
  -w, --wait                      - Wait for the child process to complete without terminating it. (default)     
  -e, --extensions  <extentions>  - Comma separated whitelist of extensions to whatch.                           
  -c, --clear                     - Clear the terminal on restart