Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 793 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 793 Bytes

Kube Config Manager

Build Status BCH compliance codecov Open Source Love

Development

Setting up development environment is pretty easy, you should have Go version 1.11.x with all go environment set and Cobra installed. To install Cobra:

$ go get github.com/spf13/cobra/cobra

Clone the kcm inside $GOPATH/src/github.com/nullhash/kcm and start contributing.