elsuperbeano/curator

Comprehensive Documentation with PHP

v0.1-alpha4 2016-04-10 20:17 UTC

This package is auto-updated.

Last update: 2024-05-15 16:27:18 UTC


README

A curator (from Latin: curare, meaning "to take care") is a manager or overseer. Traditionally, a curator or keeper of a cultural heritage institution (e.g., gallery, museum, library or archive) is a content specialist charged with an institution's collections and involved with the interpretation of heritage material. Wikipedia, Curator

Installation

$ php composer.phar require elsuperbeano/curator
$ php composer.phar global require --dev elsuperbeano/curator:dev-master

Run

$ ./vendor/bin/curator
$ ~/.composer/vendor/bin/curator

Changelog Example

If the your gitlog subject lines since your last release look like this

    feat(SomeCoolStuff): Added awesome feature
    fix(ImportantClass): Fixed issue

Then you run curator with default configuration

    $ curator make my-last-release..HEAD

And you will get CHANGELOG_TMP containing

    ### New Feature
    * **SomeCoolStuff**: Added awesome feature

    ### Bug Fixes
    * **ImportantClass**: Fixed issue