# Commit Crafter ## Installation ```bash cargo install --locked commit_crafter ``` In the git project, install the prepare-commit-msg hook and set up the OpenAI API key to use it. If it is the first time installing and using it. ```bash commit_crafter install ``` After executing the installation command, you must first set up a key in order to use it normally. ```bash commit_crafter config set openai_api_key ``` ## Options ```bash // openai api key commit_crafter config set openai_api_key // openai url commit_crafter config set openai_url // openai model commit_crafter config set openai_model // prompt language commit_crafter config set user_language // get config options commit_crafter config get