elsuperbeano / curator
Comprehensive Documentation with PHP
Installs: 1 401
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=5.4
- mockery/mockery: 0.9.*
- php-di/php-di: ^5.2
- symfony/console: ^2.5 || ^3.0
Requires (Dev)
- phpunit/phpunit: ^4.8
This package is auto-updated.
Last update: 2025-03-15 18:23:23 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