https://github.com/vcaesar/gocs
go c-shared build tool
https://github.com/vcaesar/gocs
build c-shared go golang
Last synced: 12 months ago
JSON representation
go c-shared build tool
- Host: GitHub
- URL: https://github.com/vcaesar/gocs
- Owner: vcaesar
- License: apache-2.0
- Created: 2019-03-20T23:33:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-04T17:30:33.000Z (over 4 years ago)
- Last Synced: 2025-03-21T10:28:32.153Z (about 1 year ago)
- Topics: build, c-shared, go, golang
- Language: Go
- Size: 14.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# gocs
go c-shared build tool
## Installation:
```
go get -v github.com/vcaesar/gocs
```
## Use
```
gocs -n ${name}
// set flags
gocs -n ${name} -f=false
gocs -n ${name} -a
```