shipitai
v1.0.6
Published
cli tool that helps you ship code faster
Downloads
666
Readme
shipit
auto-generate and ship git commits with ai. never write a commit message again.
install
npm install -g shipitaisetup
before using shipit, configure your openrouter api key:
shipit config setyou'll be prompted for your api key and model preference. it's stored locally in ~/.shipit.
alternatively, set individual config values directly:
# set just the api key
shipit config set --apiKey your-key-here
# set just the model
shipit config set --model x-ai/grok-4.1-fast:free
# set both at once
shipit config set --apiKey your-key --model your-modelusage
auto-commit
automatically generate a commit message based on your staged changes:
shipitthis will show you the ai-generated commit message, then automatically commits and pushes.
manage config
view your current configuration:
shipit config getreset your configuration:
shipit config resetview config file location:
shipit config pathwhat it does
- looks at your staged git changes
- sends them to openai's api to generate a commit message
- pushes that commit with the generated messages automatically
requirements
- git repository initialized
- openrouter key (get one at https://openrouter.ai/settings/keys)
license
MIT
