log-smith

0.3.0 • Public • Published

log-smith

npm npm Travis David David

Creates a Markdown changelog from your GitHub releases

Installation

npm install -g log-smith

Usage

This is a CLI applicaiton. See log-smith -h for a list of all available options.

# Create a changelog for the node-atomizr repository 
$ log-smith -o idleberg -r node-atomizr > CHANGELOG.md

GitHub's API has a rate limit, allowing 60 requests per hour. You can extend this by providing an access token:

$ log-smith -o idleberg -r node-atomizr -t <PRIVATE_ACCESS_TOKEN> > CHANGELOG.md

When neither providing owner or repository, log-smith will try and use a package.json in the current working directory.

License

This work is licensed under The MIT License

Donate

You are welcome support this project using Flattr or Bitcoin 17CXJuPsmhuTzFV2k4RKYwpEHVjskJktRd

Package Sidebar

Install

npm i log-smith

Weekly Downloads

22

Version

0.3.0

License

MIT

Last publish

Collaborators

  • idleberg