You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matrix-spec/scripts/continuserv
Richard van der Hoff d6f892f894 continuserv, speculator: update dump-swagger call
dump-swagger now expects -o before its output path
7 years ago
..
README
index.html Add continuserv index 8 years ago
main.go continuserv, speculator: update dump-swagger call 7 years ago

README

continuserv proactively re-generates the spec on filesystem changes, and serves it over HTTP.

To run it, you must install the `go` tool. You will also need to install fsnotify by running:
 `go get gopkg.in/fsnotify.v1`
You can then run continuserv by running:
 `go run main.go`