0.3.0 • Published 9 months ago

git-scribe v0.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

Git Scribe

Git Scribe streamlines your development process by translating code diffs into concise narratives ✍️

Whenever you need inspiration, execute git commit and Git Scribe will suggest a message for you ✨

Getting Started

Follow these steps to add Git Scribe to your repository:

  1. Install git-scribe and husky:
$ npm install --save-dev git-scribe husky
  1. Enable Git hooks:
$ npx husky install
  1. Add the prepare-commit-msg hook:
$ npx husky add .husky/prepare-commit-msg 'git-scribe "$1" "$2"'

Profit!

Data Privacy

Git Scribe uses OpenAI API behind the scenes. If you have any concerns, you can review OpenAI's API data privacy policies here.

0.3.0

9 months ago

0.2.0

9 months ago

0.1.0

9 months ago