Go to file
dependabot[bot] d99d716eb9
Bump async from 3.2.0 to 3.2.4
Bumps [async](https://github.com/caolan/async) from 3.2.0 to 3.2.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v3.2.0...v3.2.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-22 17:00:58 +00: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 async from 3.2.0 to 3.2.4 2022-06-22 17:00:58 +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.