UNPKG

changelog

Version:

Command line tool (and Node module) that generates a changelog in color output, markdown, or json for modules in npmjs.org's registry as well as any public github.com repo.

11 lines (6 loc) 531 B
## How it works * Changelog uses [npmjs.org API](http://search.npmjs.org/) to get the list of versions and the publish dates. * It cross-references the versions in `npm` with the commit history from the [Github's API](http://developer.github.com/). ## Inspiration [Dylan Greene](http://github.com/dylang) built this because he was always curious what was changed when doing `npm update`. This module's name is inspired by listening to [TheChangelog Podcast](http://thechangelog.com/) on the way to [work](http://opower.com).