Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pastjean/codebuddy
A code buddy generator
https://github.com/pastjean/codebuddy
Last synced: 21 days 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-05T17:25:56.000Z (almost 9 years ago)
- Last Synced: 2024-11-06T10:32:40.194Z (2 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
![Logo](assets/codebuddy.png)
[![Build Status](https://travis-ci.org/pastjean/codebuddy.svg?branch=master)](https://travis-ci.org/pastjean/codebuddy)
[![GoDoc](http://godoc.org/github.com/pastjean/codebuddy?status.svg)](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
```