New Facer
See Old Facer here
Installation
# Navigate to your own golang working dir
cd $GOPATH
# Retrieve source code
go get github.com/jm-janzen/nfacer
Running (Vanilla)
# Navigate to source dir
cd src/github.com/jm-janzen/nfacer
# Build and run nfacer
go run nfacer.go
Running (Monitor Source Changes)
# Get package
go get github.com/pilu/fresh
# Execute using our config (watch `*.ace` files)
fresh -c .conf/runner.conf
# If the above doesn't work, try
$GOBIN/fresh -c .conf/runner.conf