Fetch the changelog of a github repository.
npm install -g chlg
$ chlg eval/chlg
# 0.0.1 / 2014-02-09
Initial release
# without repos-owner, first search result is used (feeling lucky?):
$ chlg devise
# nicely rendered
$ chlg devise | pandoc | lynx -stdin
# Help
$ chlg -h
Github's API, when used unauthenticated, has a low rate limit.
When you have a github token (generate one here) and it's available as ENV-variable GH_TOKEN
, the app will automatically use it.
- Leiningen
brew install leiningen
$ lein cljsbuild auto
$ node chlg.js
- do auth-dance to acquire a token
- fix non-master mainlines (see ansible)
- allow to point to your gitlab install
- add tests