elsuperbeano/curator

Comprehensive Documentation with PHP

Installs: 1 401

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 2

Forks: 0

pkg:composer/elsuperbeano/curator

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

This package is auto-updated.

Last update: 2025-11-15 19:52:13 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