auto-changelog
Version:
Command line tool for generating a changelog from git tags and commit history
36 lines (23 loc) • 922 B
Markdown
Installing the library locally is relatively easy:
```bash
git clone https://github.com/CookPete/auto-changelog.git
cd auto-changelog
yarn
```
You can then run it with simply:
```bash
node src/index.js
```
This project uses [standard](https://github.com/feross/standard) code style. Be sure to lint the code after making changes and fix any issues that come up.
```bash
yarn lint
```
This project uses [mocha](https://github.com/mochajs/mocha) and [chai](https://github.com/chaijs/chai) for testing. Be sure to run tests after making changes and, if you’re feeling generous, add some tests of your own.
```bash
yarn test
```
A great way to show your appreciation and get an issue bumped to a higher priority is to [become a sponsor on Patreon](https://www.patreon.com/cookpete).