Metadata-Version: 2.4
Name: developer-cli-toolkit
Version: 0.1.0
Summary: A modern CLI toolkit for developers.
Author: Salim Momin
License: MIT
Project-URL: Homepage, https://github.com/Salim-Momin/developer-cli-toolkit
Project-URL: Repository, https://github.com/Salim-Momin/developer-cli-toolkit
Project-URL: Issues, https://github.com/Salim-Momin/developer-cli-toolkit
Keywords: cli,developer,python,terminal,git,json,yaml,api,toolkit
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: typer>=0.12
Requires-Dist: rich>=13
Requires-Dist: requests>=2.31
Requires-Dist: PyYAML>=6.0

# 🚀 DevKit

> Developer CLI Toolkit — A powerful terminal assistant for developers.

DevKit is a command-line toolkit that provides useful developer utilities directly from your terminal.

Built with Python, Typer, Rich, and modern CLI architecture.

---

# ✨ Features

## 📁 Project Analyzer

Analyze any project:

- Project type detection
- File statistics
- Language detection
- Project health score
- Directory tree viewer


## 🔎 Smart Search

Search your codebase:

- Search text
- Search filenames
- Ignore unnecessary folders


## 🌿 Git Toolkit

Manage Git information:

- Repository status
- Branch information
- Recent commits
- Remote details
- Repository health


## 🩺 Environment Doctor

Check your development environment:

- Python installation
- Git availability
- Developer tools
- Environment score


## 📄 JSON Tools

Tools for JSON files:

- Validate JSON
- Format JSON
- Minify JSON
- Inspect structure


## 📝 YAML Tools

Tools for YAML files:

- Validate YAML
- Format YAML
- Inspect YAML structure


## 🌐 API Tester

Test APIs directly from terminal:

- GET requests
- POST requests
- Headers
- Parameters
- Response information


---

# 🛠 Installation

## Clone repository

```bash
git clone https://github.com/YOUR_USERNAME/developer-cli-toolkit.git

cd developer-cli-toolkit

## 📸 Screenshots

### DevKit Home

![Home](docs/screenshots/home.png)


### Project Analyzer

![Project](docs/screenshots/project.png)


### Git Toolkit

![Git](docs/screenshots/git.png)
