Socket
Book a DemoInstallSign in
Socket

@cle-does-things/coding-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cle-does-things/coding-cli

`coding-cli` is a simple and powerful local coding assistant that lives on your terminal and can help you with improving your projects.

latest
Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

coding-cli

The coding assistant that lives in your terminal and helps you make your projects better! ✨

Features

🎯 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

Getting Started

Prerequisites

  • Node.js (v18+ recommended)
  • pnpm package manager

Installation

Clone the repository and install dependencies:

git clone https://github.com/AstraBert/coding-cli.git
cd coding-cli
pnpm install

Usage

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

Project Structure

  • src/commands/ — CLI command implementations (e.g., info.ts, explain.ts, edit.ts, fix.ts)
  • src/utils/ — Utility functions and helpers
  • src/logger.ts — Logging utilities with colored output
  • src/index.ts — CLI entry point and command registration

Contributing

Contribute to this project following the guidelines.

License

This project is provided under an MIT License

Keywords

coding

FAQs

Package last updated on 05 Jul 2025

Did you know?

Socket

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.

Install

Related posts