Skip to content

ysicing/tiga

Repository files navigation

TiGA

GitHub go.mod Go version (subdirectory of monorepo) GitHub commit activity GitHub GitHub all releases Go Report Card Releases

Introduction

TiGA is a devops assistant, including a set of tools for daily development and operation and maintenance.

Install

macOS

# 暂不支持 brew install tiga
brew install ysicing/tap/tiga

Debian/Ubuntu

echo "deb [trusted=yes] https://mirrors.ysicing.net/ysicing/apt/ /" | tee /etc/apt/sources.list.d/ysicing.list
apt update
apt install tiga

CentOS

cat > /etc/yum.repos.d/ysicing.repo << EOF
[ysicing]
name=Quickon Repo
baseurl=https://mirrors.ysicing.net/ysicing/yum/
enabled=1
gpgcheck=0
EOF

yum makecache
yum install tiga

Build

git clone https://github.com/ysicing/tiga.git
cd tiga
# install task https://taskfile.dev/#/installation
go install github.com/go-task/task/v3/cmd/task@latest
# build
task -v

Contributors

Sponsor

jetbrains