https://github.com/g4code/changelogger
Changelog generator for git repositories
https://github.com/g4code/changelogger
Last synced: 3 months ago
JSON representation
Changelog generator for git repositories
- Host: GitHub
- URL: https://github.com/g4code/changelogger
- Owner: g4code
- License: mit
- Created: 2013-08-27T13:03:02.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-01-31T08:26:28.000Z (over 9 years ago)
- Last Synced: 2025-09-12T21:43:36.437Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# changelogger
> Git changelog generator - [nodejs](http://nodejs.org) library
[](https://nodei.co/npm/changelogger/)
## Install
$ npm install -g changelogger
## Usage
Usage: changelogger [options] [dir]
Options:
-h, --help output usage information
-V, --version output the version number
-d, --destination destination directory path
-f, --format output format (json, html, md, bbmd)
* bbmd stands for BitBucket Markdown
eg
$ changelogger --destination /destination/path --format html /repo/path
## License
(The MIT License)
see [LICENSE](https://github.com/g4code/changelogger/blob/master/LICENSE) file for details...