proxy.golang.org : github.com/githubnemo/compiledaemon
CompileDaemon is a very simple compile daemon for Go. CompileDaemon watches your .go files in a directory and invokes `go build` if a file changes. In its simplest form, the defaults will do. With the current working directory set to the source directory you can simply… … and it will recompile your code whenever you save a source file. If you want it to also run your program each time it builds you might add… … and it will also keep a copy of your program running. Killing the old one and starting a new one each time you build. For advanced usage you can also supply the changed file to the command by doing… …but note that this will not be set on the first start. You may find that you need to exclude some directories and files from monitoring, such as a .git repository or emacs temporary files… If you want to monitor files other than .go and .c files you might… There are command line options.
      Registry
      -
      Source
      - Documentation
    - JSON
    - codemeta.json
    
    purl: pkg:golang/github.com/githubnemo/compiledaemon
      
License: BSD-2-Clause
        
Latest release: over 4 years ago
        
First release: over 9 years ago
      
Namespace: github.com/githubnemo
    
      
Stars: 1,707 on GitHub
      
Forks: 159 on GitHub
      
Total Commits: 105
      
Committers: 19
      
Average commits per author: 5.526
      
Development Distribution Score (DDS): 0.752
      
More commit stats: commits.ecosyste.ms
      
See more repository details: repos.ecosyste.ms
      
Last synced: 21 days ago