From dc6175285efa512f8bff911cf60463c0cbaf8790 Mon Sep 17 00:00:00 2001 From: Zee Date: Wed, 18 Sep 2019 21:43:06 +0100 Subject: [PATCH] Starting to add README --- 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 0000000..8e35911 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# kubemngr + +## Introduction + +kubemngr is an cli tool to manage kubectl binaries for developers who work with different versions of Kubernetes clusters within their environments. This way the developer can keep in sync with the kubernetes cluster version. This tool was written in Golang using [Cobra](https://github.com/spf13/cobra) + +## Setup +TODO + +## Contributing + +Please raise an issue or pull request if you have any issues, questions or features.