Files
kustomize/docs/macDevGuide.md
2019-11-11 08:32:35 -08:00

727 B

Developing on Mac OS

Setup your dev environment

First install the tools to build and run tests

Install go 1.13

Instructions

Add go to your PATH

Install kubeval

Instructions

go get github.com/instrumenta/kubeval

Add kubeval to your PATH

Install gnu tools

Instructions

brew install coreutils wget gnu-sed

Add the new tools to your PATH

Run the pre-commit tests

Run the pre-commit target to verify your install

make pre-commit

This will run the go tests, as well as documentation tests.