
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@cle-does-things/coding-cli
Advanced tools
`coding-cli` is a simple and powerful local coding assistant that lives on your terminal and can help you with improving your projects.
The coding assistant that lives in your terminal and helps you make your projects better! ✨
🎯 Smart Code Analysis: Get in-depth explanations of your code files, tailored for the programming language and your expertise level
💡 Intelligent Code Editing: Iteratively improve your code by adding new features following your implementation ideas
🐛 Error Fixing Assistant: Debug and fix errors in your code files by following error traces and detailed diagnostics
Clone the repository and install dependencies:
git clone https://github.com/AstraBert/coding-cli.git
cd coding-cli
pnpm install
Run the CLI with:
pnpm start <command>
See commands below!
explain
(alias: x
)Get comprehensive explanations of your code files, adapted to your programming language and skill level.
pnpm start explain
# or
pnpm start x
edit
(alias: e
)Iteratively enhance your code by adding new features and implementing your ideas.
pnpm start edit
# or
pnpm start e
fix
(alias: f
)Debug and resolve errors in your code using error traces and detailed diagnostics.
pnpm start fix
# or
pnpm start f
info
(alias: i
)Display information about coding-cli and available commands.
pnpm start info
# or
pnpm start i
src/commands/
— CLI command implementations (e.g., info.ts
, explain.ts
, edit.ts
, fix.ts
)src/utils/
— Utility functions and helperssrc/logger.ts
— Logging utilities with colored outputsrc/index.ts
— CLI entry point and command registrationContribute to this project following the guidelines.
This project is provided under an MIT License
FAQs
`coding-cli` is a simple and powerful local coding assistant that lives on your terminal and can help you with improving your projects.
The npm package @cle-does-things/coding-cli receives a total of 0 weekly downloads. As such, @cle-does-things/coding-cli popularity was classified as not popular.
We found that @cle-does-things/coding-cli demonstrated a healthy version release cadence and project activity because the last version was released less than 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.