translate-commit
v0.1.2
Published
Translate non-English commit messages in GPT into English and commit them.
Downloads
9
Readme
translate-commit
Translate non-English commit messages in GPT into English and commit them.
Usage
Add OPENAI_API_KEY to the shell environment variable and set the KEY issued under your account.
# Install
npm install -g translate-commit
# Run
translate-commit <commit-message>
# or
gtc <commit-message>
This project was created using bun init
in bun v0.6.0. Bun is a fast all-in-one JavaScript runtime.