Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orisano/cg
cg is the code generator
https://github.com/orisano/cg
Last synced: 24 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T01:28:11.000Z (2 months ago)
- Last Synced: 2024-10-04T17:51:08.550Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 80.1 KB
- Stars: 1
- Watchers: 3
- 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