https://github.com/mrlyc/go-props
go properties code generator.
https://github.com/mrlyc/go-props
awesome-go codegenerator golang tool
Last synced: 1 day ago
JSON representation
go properties code generator.
- Host: GitHub
- URL: https://github.com/mrlyc/go-props
- Owner: MrLYC
- Created: 2018-05-19T13:57:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T15:42:15.000Z (about 8 years ago)
- Last Synced: 2025-02-23T23:12:57.109Z (over 1 year ago)
- Topics: awesome-go, codegenerator, golang, tool
- Language: Go
- Homepage: https://mrlyc.github.io/go-props/
- Size: 69.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/MrLYC/go-props)
# go-props
[](https://travis-ci.org/MrLYC/go-props)
[](https://github.com/MrLYC/go-props)
go properties code generator.
## Getting started
This project requires Go to be installed. On OS X with Homebrew you can just run `brew install go`.
Running it then should be as simple as:
```console
$ make
$ ./bin/go-props -h
```
### Testing
```console
$ make test
```