https://github.com/hiqdev/chkipper
Changelog keeper
https://github.com/hiqdev/chkipper
changelog hacktoberfest
Last synced: 4 months ago
JSON representation
Changelog keeper
- Host: GitHub
- URL: https://github.com/hiqdev/chkipper
- Owner: hiqdev
- License: bsd-3-clause
- Created: 2016-06-11T04:48:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-06-28T15:01:23.000Z (about 4 years ago)
- Last Synced: 2024-04-01T16:22:36.934Z (about 2 years ago)
- Topics: changelog, hacktoberfest
- Language: PHP
- Size: 173 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# chkipper
**Changelog keeper**
[](https://packagist.org/packages/hiqdev/chkipper)
[](https://packagist.org/packages/hiqdev/chkipper)
[](https://travis-ci.org/hiqdev/chkipper)
[](https://scrutinizer-ci.com/g/hiqdev/chkipper/)
[](https://scrutinizer-ci.com/g/hiqdev/chkipper/)
[](https://www.versioneye.com/php/hiqdev:chkipper/dev-master)

Helps to track all the commits to your project and convert them to CHANGELOG file.
Features:
- fills `history.md` from git commits history
- converts `history.md` to `CHANGELOG.md`
- creates links to: version tags, users, commits
- provides `bump $VERSION` command
- provides `release-notes` command
## Installation
You can install `chkipper` with composer globally:
```sh
composer global require 'hiqdev/chkipper'
```
Or you can require-dev it inside of your project:
```json
"require-dev": {
"hiqdev/chkipper": "*"
}
```
Or you can download PHAR version:
```sh
wget https://hiqdev.com/chkipper/chkipper.json
```
## License
This project is released under the terms of the BSD-3-Clause [license](LICENSE).
Read more [here](http://choosealicense.com/licenses/bsd-3-clause).
Copyright © 2016-2017, HiQDev (http://hiqdev.com/)