chlg

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i chlg

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • eval