git.sr.ht/~pingoo/stdx@v0.0.0-20240218134121-094174641f6e/tools/watchgod/README.md (about)

     1  # watchgod
     2  
     3  ## Installation
     4  
     5  ```sh
     6  $ go install git.sr.ht/~pingoo/stdx/tools/watchgod
     7  # or
     8  $ git clone https://git.sr.ht/~pingoo/stdx.git && cd golibs/tools/watchgod && go install
     9  ```
    10  
    11  ## How to use
    12  
    13  ```bash
    14  $ watchgod -build="go build" -command="./myprogram"
    15  ```
    16  
    17  ## License
    18  
    19  See `License.txt`
    20  
    21  `watchgod` is a fork of https://github.com/githubnemo/CompileDaemon @ 02443802e48675a5457cc15bdee6145d3a56b800