From a61c66f5c6d8ac353b35a768576d2867349151e2 Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Mon, 17 Aug 2015 16:41:13 +0000 Subject: [PATCH] Add README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..bd8d4302e --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Weaveworks Tools + +Included in this repo are tools shared by weave.git and scope.git. They include + +- cover: a tool which merges overlapping coverage reports generated by go test +- lint: a script to lint Go project; runs various tools like golint, go vet, errcheck etc +- rebuild-image: a script to rebuild docker images when their input files change; useful + when you using docker images to build your software, but you don't want to build the + image every time. +- socks: a simple, dockerised SOCKS proxy for getting your laptop onto the Weave network +- test: a script to run all go unit tests in subdirectories, gather the coverage results, + and merge them into a single report.