https://github.com/devopsext/tools
Tools are common go lang modules for SRE and DevOps frameworks
https://github.com/devopsext/tools
Last synced: 2 months ago
JSON representation
Tools are common go lang modules for SRE and DevOps frameworks
- Host: GitHub
- URL: https://github.com/devopsext/tools
- Owner: devopsext
- License: mit
- Created: 2022-04-05T15:13:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-19T06:54:50.000Z (3 months ago)
- Last Synced: 2025-12-22T02:02:07.246Z (3 months ago)
- Language: Go
- Homepage:
- Size: 546 KB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tools
The command line utility...
[](https://godoc.org/github.com/devopsext/tools)
[](https://goreportcard.com/report/github.com/devopsext/tools)
[](https://codecov.io/gh/devopsext/tools)
[](https://app.travis-ci.com/github/devopsext/tools)
## Features
- ...
## Build
Set proper GOROOT and PATH variables
```sh
export GOROOT="$HOME/go/root/1.17.4"
export PATH="$PATH:$GOROOT/bin"
```
Clone repository
```sh
git clone https://github.com/devopsext/tools.git
cd tools/
go build
```