Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.
/ k3ai-core Public archive

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

License

Notifications You must be signed in to change notification settings

kf5i/k3ai-core

Repository files navigation

WE RELEASED THE NEW VERSION CHECK THE NEW ORG AT: https://github.com/k3ai AND OUR NEW WEBSITE/DOCS AT: https://k3ai.in

k3ai-core

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

GitHub Workflow Status Codecov GitHub all releases GitHub release (latest SemVer) GitHub contributors

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.