@stephansama/ai-commit-msg
v1.0.0
Published
generate commit messages using ai
Downloads
46
Readme
@stephansama/ai-commit-msg
generate commit messages using ai
Table of contents
Installation
pnpm install @stephansama/ai-commit-msgUsage
Husky
Install and initialize husky
npm install --save-dev husky && npx husky initcreate the
prepare-commit-msghook by creating a file located at.husky/prepare-commit-msg#!/bin/sh ai-commit-msg -o "$1"
