An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![logo](https://cdn.rawgit.com/MrLYC/go-props/master/logo/logo.svg)](https://github.com/MrLYC/go-props)

# go-props
[![Build Status](https://travis-ci.org/MrLYC/go-props.svg?branch=master)](https://travis-ci.org/MrLYC/go-props)
[![Golang Version](https://img.shields.io/badge/golang-1.7,1.8,1.9-brightgreen.svg?longCache=true)](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
```