mirror of
https://github.com/kennethreitz/herald.git
synced 2026-06-05 23:00:19 +00:00
c4e480d1067dd6ca2be09c2e90672d79dd14f8be
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
Herald — Yielding Messages (for Languages) from Upon High
This application exists to empower Language Owners of new releases for their respective languages and supporting libraries.
The notification system is comprised of a few different layers:
- Scraping various "sources of truth" over the internet for release information (provided via buildpacks as standard Linux executables)
- Presenting this information to the Language Owners
- Notifying them, via GitHub Issues, when a new release has been made.
All languages, except Node.js, should benefit greatly from this system.
This system will be written in the Go programming language.
☤
Boostrapping Locally
Install dep:
$ go get -u github.com/golang/dep/cmd/dep
Then, checkout this repository and resolve it's dependencies:
$ dep ensure
That's it!
Description
Languages
Go
95.9%
Makefile
2%
Dockerfile
1.9%
Procfile
0.2%