Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ysicing/tiga
Next Panel
https://github.com/ysicing/tiga
devops
Last synced: 1 day ago
JSON representation
Next Panel
- Host: GitHub
- URL: https://github.com/ysicing/tiga
- Owner: ysicing
- License: other
- Created: 2023-05-05T11:07:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-15T06:18:48.000Z (3 days ago)
- Last Synced: 2024-11-15T07:22:05.371Z (2 days ago)
- Topics: devops
- Language: Go
- Homepage: https://ysicing.me/tiga
- Size: 965 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# TiGA
![GitHub go.mod Go version (subdirectory of monorepo)](https://img.shields.io/github/go-mod/go-version/ysicing/tiga?filename=go.mod&style=flat-square)
![GitHub commit activity](https://img.shields.io/github/commit-activity/w/ysicing/tiga?style=flat-square)
![GitHub](https://img.shields.io/badge/license-YPL%20%2B%20AGPL-blue)
![GitHub all releases](https://img.shields.io/github/downloads/ysicing/tiga/total?style=flat-square)
[![Go Report Card](https://goreportcard.com/badge/github.com/ysicing/tiga)](https://goreportcard.com/report/github.com/ysicing/tiga)
[![Releases](https://img.shields.io/github/release-pre/ysicing/tiga.svg)](https://github.com/ysicing/ergo/releases)## Introduction
TiGA is a devops assistant, including a set of tools for daily development and operation and maintenance.
## Install
### macOS
```bash
# 暂不支持 brew install tiga
brew install ysicing/tap/tiga
```### Debian/Ubuntu
```bash
echo "deb [trusted=yes] https://mirrors.ysicing.net/ysicing/apt/ /" | tee /etc/apt/sources.list.d/ysicing.list
apt update
apt install tiga
```### CentOS
```bash
cat > /etc/yum.repos.d/ysicing.repo << EOF
[ysicing]
name=Quickon Repo
baseurl=https://mirrors.ysicing.net/ysicing/yum/
enabled=1
gpgcheck=0
EOFyum makecache
yum install tiga
```## Build
```bash
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](docs/jetbrains.svg)](https://www.jetbrains.com/?from=tiga)