jaggy / kraken
A file release manager.
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/jaggy/kraken
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]