K3ai-core is the core library for the k3ai installer. The Go installer will replace the current bash installer.
Setup the environment using Golang v1.15.3+. A Linux, Mac OS or a WSL2 environment is recommended.
To build the project, run
make build-cli
To run the test suite, use
make lint
make test
Please feel free to open a Github issue or send a PR. Looking forward to your contribution.