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

https://github.com/willowtreeapps/acorn

Provides helper functionality for writing code generators (specifically for Go, in Go)
https://github.com/willowtreeapps/acorn

Last synced: about 2 months ago
JSON representation

Provides helper functionality for writing code generators (specifically for Go, in Go)

Awesome Lists containing this project

README

        

### WillowTree is Hiring!

Want to write Go for mobile applications? Want to write anything else for mobile
applications? [Check out our openings!](http://willowtreeapps.com/careers/)

# Acorn

Generate all the things!

Acorn contains some tooling to help with code generation tasks, including
reading files, parsing commands, generating Go functions, and generating Go
interfaces.

Blog post coming soon!

## Installation

```
go get github.com/willowtreeapps/acorn
```