ronoaldo / whenchange

Command whenchange monitors filesystem for changes and executes commands when they do

Home Page:https://godoc.org/ronoaldo.gopkg.net/whenchange

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

whenchange

GoDoc

Command whenchange monitors for changes on files, directories, and optionally watching sub-directories, and when a change happens, executes a command.

Installation

go get ronoaldo.gopkg.net/whenchange

Usage

whenchange -p source.go go build

The above command will monitor all go files in the current directory for changes, and trigger go build.

whenchange -p ./src/ mvn test-compile

The above command will monitor recursivelly the src folder, and execute the maven test compile target.

About

Command whenchange monitors filesystem for changes and executes commands when they do

https://godoc.org/ronoaldo.gopkg.net/whenchange


Languages

Language:Go 100.0%