Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
CommitIQ is a CLI tool designed to simplify and automate your git workflow 100% written in Rust. It leverages the power of GPT-3 to generate, add, and commit git changes for you.
You can install CommitIQ using npm, Yarn, or pnpm.
npm install -g commitiq
yarn global add commitiq
pnpm add --global commitiq
<OPENAI_API_KEY>
: This command sets your OpenAI API key, which is stored in a .commitiq
file at the root directory.Here's a quick example to give you a taste of how CommitIQ works:
jacobslunga@Schlunkysdator:CommitIQ$ ciq
Generating commit message...
Generated commit message:
Update main.rs, delete multiple files in target/debug/incremental
Do you want to commit with this message? (yes/no/new) yes
Committing...
Runing: git add .
Running: git commit -m "Update main.rs, delete multiple files in target/debug/incremental"
Successfully committed:
Update main.rs, delete multiple files in target/debug/incremental
You can now push your changes to the remote repository🚀.
If you'd like to contribute, please open an issue or submit a pull request. All contributions are welcome!
Special thanks to OpenAI for providing the GPT-3 API that powers the commit message generation.
FAQs
CommitIQ is a tool that helps you write better commit messages.
The npm package commitiq receives a total of 0 weekly downloads. As such, commitiq popularity was classified as not popular.
We found that commitiq demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.