chkipper

Changelog keeper

Latest Stable Version Total Downloads Build Status Scrutinizer Code Coverage Scrutinizer Code Quality Dependency Status

Helps to track all the commits to your project and convert them to CHANGELOG file.

Features:

Installation

You can install chkipper with composer globally:

composer global require 'hiqdev/chkipper'

Or you can require-dev it inside of your project:

    "require-dev": {
        "hiqdev/chkipper": "*"
    }

Or you can download PHAR version:

wget https://hiqdev.com/chkipper/chkipper.json

License

This project is released under the terms of the BSD-3-Clause license. Read more here.

Copyright © 2016-2017, HiQDev (http://hiqdev.com/)