https://github.com/orisano/cg
cg is the code generator
https://github.com/orisano/cg
Last synced: over 1 year ago
JSON representation
cg is the code generator
- Host: GitHub
- URL: https://github.com/orisano/cg
- Owner: orisano
- License: mit
- Created: 2018-11-29T17:59:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-09T20:47:09.000Z (over 1 year ago)
- Last Synced: 2025-03-25T05:34:28.911Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cg
cg is code generator utilities.
## Installation
```bash
go get github.com/orisano/cg
```
## How to use
### interfacer
```
//go:generate cg interfacer
```
### repack
...
## Author
Nao Yonashiro (@orisano)
## License
MIT