https://github.com/pastjean/codebuddy
A code buddy generator
https://github.com/pastjean/codebuddy
Last synced: 5 months ago
JSON representation
A code buddy generator
- Host: GitHub
- URL: https://github.com/pastjean/codebuddy
- Owner: pastjean
- License: mit
- Created: 2016-03-31T02:19:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-05T17:25:56.000Z (over 9 years ago)
- Last Synced: 2024-12-25T10:33:06.887Z (7 months ago)
- Language: Go
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://travis-ci.org/pastjean/codebuddy)
[](http://godoc.org/github.com/pastjean/codebuddy)> Have a buddy for the week
## Download
1. Get it from [Github releases](https://github.com/pastjean/codebuddy/releases/latest/)
2. Then create your [`teams.json`](teams.json) file
3. Execute
```sh
cat teams.json | buddy
```## Development
Have a go environment set up
```sh
git clone [email protected]:pastjean/codebuddy.git
cd codebuddy
go get ./...
go build ./cmd/buddycat teams.json | ./buddy
```