Back to Conventional Changelog

git-raw-commits

packages/git-raw-commits/README.md

1.1.01.8 KB
Original Source

git-raw-commits

Get raw git commits out of your repository using git-log(1).

Install

bash
# pnpm
pnpm add git-raw-commits
# yarn
yarn add git-raw-commits
# npm
npm i git-raw-commits

CLI

bash
# Example
git-raw-commits --from HEAD~2 --to HEAD^
# For more details
git-raw-commits --help

API

For JS API see @conventional-changelog/git-client.

License

MIT © Steve Mao