包详细信息

git-raw-commits

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

git-raw-commits, raw, commit, commits

自述文件

git-raw-commits

ESM-only package NPM version Node version Dependencies status Install size Build status Coverage status

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

Install

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

CLI

# 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