https://github.com/complexorganizations/go-build-script
✔️ Go build script
https://github.com/complexorganizations/go-build-script
Last synced: 20 days ago
JSON representation
✔️ Go build script
- Host: GitHub
- URL: https://github.com/complexorganizations/go-build-script
- Owner: complexorganizations
- Created: 2021-02-09T14:11:44.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T18:10:39.000Z (over 3 years ago)
- Last Synced: 2025-11-22T22:03:50.855Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/readme.md
- Code of conduct: .github/code_of_conduct.md
- Security: .github/security.md
Awesome Lists containing this project
README
### Go Build Script
Build `.go` apps for all supported platforms.
---
### Requirements
- [Go](https://go.dev)
---
### Installation
Install the binary to the system.
```
go get -v github.com/complexorganizations/go-build-script
```
Lets generate the code
```
go-build-script -name=ProjectName -version=v1.0.0 -code=/user/example/folder -bin=/user/example/folder/bin/
```
---
### Features
`go tool dist list`
```
aix/ppc64
android/386
android/amd64
android/arm
android/arm64
darwin/amd64
darwin/arm64
dragonfly/amd64
freebsd/386
freebsd/amd64
freebsd/arm
freebsd/arm64
illumos/amd64
ios/amd64
ios/arm64
js/wasm
linux/386
linux/amd64
linux/arm
linux/arm64
linux/mips
linux/mips64
linux/mips64le
linux/mipsle
linux/ppc64
linux/ppc64le
linux/riscv64
linux/s390x
netbsd/386
netbsd/amd64
netbsd/arm
netbsd/arm64
openbsd/386
openbsd/amd64
openbsd/arm
openbsd/arm64
openbsd/mips64
plan9/386
plan9/amd64
plan9/arm
solaris/amd64
windows/386
windows/amd64
windows/arm
```
---
### Author
---
### Credits
Open Source Community
---
### License
This project is unlicensed.