An open API service indexing awesome lists of open source software.

https://github.com/sagikazarmark/gbt

Go Build Tool
https://github.com/sagikazarmark/gbt

build-tool go golang

Last synced: 7 months ago
JSON representation

Go Build Tool

Awesome Lists containing this project

README

          

# Go Build Tool

[![CircleCI](https://circleci.com/gh/sagikazarmark/gbt.svg?style=svg)](https://circleci.com/gh/sagikazarmark/gbt)
[![Go Report Card](https://goreportcard.com/badge/github.com/sagikazarmark/gbt?style=flat-square)](https://goreportcard.com/report/github.com/sagikazarmark/gbt)
[![GolangCI](https://golangci.com/badges/github.com/sagikazarmark/gbt.svg)](https://golangci.com/r/github.com/sagikazarmark/gbt)
[![GoDoc](http://img.shields.io/badge/godoc-reference-5272B4.svg?style=flat-square)](https://godoc.org/github.com/sagikazarmark/gbt)

## Usage

```
Go build tool

Usage:
gbt [command]

Available Commands:
build Build all or specific targets
check Run tests and linters
help Help about any command
lint Run linters
run Run all or specific targets
test Run tests

Flags:
-h, --help help for gbt
--version version for gbt

Use "gbt [command] --help" for more information about a command.
```

## License

The MIT License (MIT). Please see [License File](LICENSE) for more information.