https://github.com/nlibjs/changelog
https://github.com/nlibjs/changelog
changelog git
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nlibjs/changelog
- Owner: nlibjs
- License: apache-2.0
- Created: 2020-08-29T13:30:04.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-07-20T18:29:00.000Z (12 months ago)
- Last Synced: 2025-07-20T20:29:40.790Z (12 months ago)
- Topics: changelog, git
- Language: TypeScript
- Homepage:
- Size: 2.35 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# @nlib/changelog
A command to generate CHANGELOG.md from commit history.
[](https://github.com/nlibjs/changelog/actions/workflows/test.yml)
[](https://codecov.io/gh/nlibjs/changelog)
## Install
```
npm install --save-dev @nlib/changelog
```
## Usage
Add the [npm-version](https://docs.npmjs.com/cli/commands/npm-version) scripts to your package.json.
```json
{
"scripts": {
"version": "npx @nlib/changelog --output CHANGELOG.md && git add CHANGELOG.md"
}
}
```