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
- Host: GitHub
- URL: https://github.com/sagikazarmark/gbt
- Owner: sagikazarmark
- License: mit
- Created: 2019-04-23T20:52:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-29T19:24:59.000Z (over 6 years ago)
- Last Synced: 2025-03-06T18:52:45.638Z (7 months ago)
- Topics: build-tool, go, golang
- Language: Go
- Size: 35.2 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Build Tool
[](https://circleci.com/gh/sagikazarmark/gbt)
[](https://goreportcard.com/report/github.com/sagikazarmark/gbt)
[](https://golangci.com/r/github.com/sagikazarmark/gbt)
[](https://godoc.org/github.com/sagikazarmark/gbt)## Usage
```
Go build toolUsage:
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 testsFlags:
-h, --help help for gbt
--version version for gbtUse "gbt [command] --help" for more information about a command.
```## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.