1.0.0 • Published 10 years ago

chlg v1.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
10 years ago

chlg

Fetch the changelog of a github repository.

Install

npm install -g chlg

Usage

$ 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.

Development

$ lein cljsbuild auto
$ node chlg.js

Todo

  • do auth-dance to acquire a token
  • fix non-master mainlines (see ansible)
  • allow to point to your gitlab install
  • add tests
1.0.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago