https://github.com/dissfall/changelog-diff
Generate changelog from difference of changelog files
https://github.com/dissfall/changelog-diff
Last synced: about 2 months ago
JSON representation
Generate changelog from difference of changelog files
- Host: GitHub
- URL: https://github.com/dissfall/changelog-diff
- Owner: Dissfall
- License: other
- Created: 2020-10-21T12:34:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-23T13:26:46.000Z (over 5 years ago)
- Last Synced: 2025-03-12T21:46:09.993Z (over 1 year ago)
- Language: TypeScript
- Size: 245 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# changelog-diff
[](https://travis-ci.com/dissfall/chagngelog-diff)
[](https://codecov.io/gh/dissfall/chagngelog-diff)
[](https://github.com/sindresorhus/xo)
[](https://github.com/prettier/prettier)
[](https://lass.js.org)
[](LICENSE)
[](https://npm.im/chagngelog-diff)
> Generate changelog from difference of changelog files
## Table of Contents
* [Install](#install)
* [Usage](#usage)
* [Contributors](#contributors)
* [License](#license)
## Install
[npm][]:
```sh
npm install chagngelog-diff
```
[yarn][]:
```sh
yarn add chagngelog-diff
```
## Usage
```js
const ChagngelogDiff = require('chagngelog-diff');
const chagngelogDiff = new ChagngelogDiff();
console.log(chagngelogDiff.renderName());
// script
```
## Contributors
| Name |
| ------------------- |
| **George Lukyanov** |
## License
[MIT](LICENSE) © George Lukyanov
##
[npm]: https://www.npmjs.com/
[yarn]: https://yarnpkg.com/