k3ai-core

command module
v0.2.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 4, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

README

k3ai-core

K3ai-core is the core library for the k3ai installer. The Go installer will replace the current bash installer.

Github build status Go Report Card codecov

Install k3ai-cli(Latest Version)

#Set a variable to grab latest version
Version=$(curl -s "https://api.github.com/repos/kf5i/k3ai-core/releases/latest" | awk -F '"' '/tag_name/{print $4}' | cut -c 2-6) 
# get the binaries
wget https://github.com/kf5i/k3ai-core/releases/download/v$Version/k3ai-core_${Version}_linux_amd64.tar.gz

Building from source

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.

Hall of Fame of K3ai Contributors

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
internal
k8s

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL