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 1 year ago
JSON representation
Provides helper functionality for writing code generators (specifically for Go, in Go)
- Host: GitHub
- URL: https://github.com/willowtreeapps/acorn
- Owner: willowtreeapps
- License: mit
- Created: 2015-10-08T20:08:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-09T15:51:28.000Z (over 10 years ago)
- Last Synced: 2024-06-20T16:38:15.716Z (about 2 years ago)
- Language: Go
- Size: 104 KB
- Stars: 4
- Watchers: 15
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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
```