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.