Go to file
Mark van Renswoude 4950d8ca3b
Merge pull request #2 from MvRens/dependabot/npm_and_yarn/color-string-1.9.0
Bump color-string from 1.5.3 to 1.9.0
2022-03-27 08:57:24 +02:00
config Added support for multiple service instances 2020-07-07 11:03:36 +02:00
lib Added support for multiple service instances 2020-07-07 11:03:36 +02:00
.gitignore Added support for multiple service instances 2020-07-07 11:03:36 +02:00
LICENSE Initial commit 2020-07-01 10:36:47 +02:00
README.md Added support for multiple service instances 2020-07-07 11:03:36 +02:00
consulwatcher.service Proof of concept 2020-07-03 07:07:40 +02:00
index.js Added support for multiple service instances 2020-07-07 11:03:36 +02:00
package-lock.json Bump color-string from 1.5.3 to 1.9.0 2022-03-27 06:56:51 +00:00
package.json Bump minimist from 1.2.5 to 1.2.6 2022-03-27 02:09:07 +00:00

README.md

ConsulWatcher

This is a much simplified version of HashiCorp's Consul-Template, because what it accomplishes is awesome but I really dislike the Go template syntax. All configuration in this version is plain JavaScript.

It's main purpose is creating output files based on a Consul catalog, much like Consul-Template, but since the update handlers are just JavaScript functions you are free to do whatever you want, like calling a webservice or using a template library.