Skip to content

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Reloader

Reload program when file changed

Installation

go get github.com/dworld/reloader

Usage

Create Reloader.yaml file in your working directory.

watch:

- pattern: "*.rb"
  command: "./restart.sh"
  delay: 3000
  start: 1

- pattern: "*.yml"
  command: "./restart.sh"
  delay: 3000
  start: 0

skip:
  folders:
    - ".git"
    - ".svn"

Run reloader afterwards.

About

reload program when file changed

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages