jaggy / kraken
This package is abandoned and no longer maintained.
No replacement package was suggested.
A file release manager.
0.1.5
2015-03-29 14:04 UTC
Requires
- symfony/console: ~2.6
Requires (Dev)
- phpspec/phpspec: ~2.1
This package is not auto-updated.
Last update: 2020-03-06 16:42:00 UTC
README
The lazy file versioner.
This is a, for now, PHP DocBlock version updater.
In most PHP files, there are annotations pertaining to the file version and it was quite tedious to update them. Since most of us tend to miss some here and now.
Docblock
/**
* Some comment about the file here.
*
* @package Package\Name\Here
* @author Gauran <jaggygauran@gmail.com>
* @license http://www.wtfpl.net/ Do What The Fuck You Want To Public License
* @version Release: 1.0.0
* @link https://github.com/jaggy/versioner
* @since Class available since Release 0.1.0
*/
Installation and Usage
Take note, using this will update all your modified files and update their version annotation
kraken release [major, minor, patch]