Metadata-Version: 2.4
Name: devflowx
Version: 0.1.0
Summary: Build Faster. Code Smarter. One CLI for Every Developer.
Project-URL: Homepage, https://github.com/yashraj/devflowx
Project-URL: Repository, https://github.com/yashraj/devflowx
Project-URL: Issues, https://github.com/yashraj/devflowx/issues
Author: Yashraj
License-Expression: MIT
License-File: LICENSE
Keywords: automation,cli,developer-tools,devops,productivity
Classifier: Development Status :: 3 - Alpha
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: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Utilities
Requires-Python: >=3.11
Requires-Dist: rich>=13.0
Requires-Dist: typer[all]>=0.9.0
Provides-Extra: dev
Requires-Dist: black>=23.0; extra == 'dev'
Requires-Dist: mypy>=1.0; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Requires-Dist: ruff>=0.1.0; extra == 'dev'
Description-Content-Type: text/markdown

# ⚡ devflowx

**Build Faster. Code Smarter.**

devflowx is an all-in-one developer productivity CLI that automates everyday development tasks. One tool to rule them all — project scaffolding, Git workflows, Docker management, environment setup, and more.

---

## ✨ Features (v0.1.0)

- 🩺 **Doctor** — System health checks (Python, Git, Docker, internet, config)
- ⚙️ **Config** — TOML-based configuration with theme support
- 🎨 **Beautiful UI** — Rich terminal output with colors, panels, and tables
- 📋 **Logging** — File-based logging with daily rotation
- 🖥️ **Cross-platform** — Linux, macOS, and Windows support

## 📦 Installation

```bash
# Clone the repository
git clone https://github.com/yashraj/devflowx.git
cd devflowx

# Install in editable mode
pip install -e .

# Or with dev dependencies
pip install -e ".[dev]"
```

## 🚀 Usage

```bash
# Show help and banner
devflowx

# Check system health
devflowx doctor

# View configuration
devflowx config

# Set a config value
devflowx config set theme dark

# Reset configuration
devflowx config reset

# Show version
devflowx --version
```

## 🗺️ Roadmap

| Version | Focus              |
|---------|--------------------|
| v0.1.0  | Foundation         |
| v0.2.0  | Project Generator  |
| v0.3.0  | Git Utilities      |
| v0.4.0  | Python Utilities   |
| v0.5.0  | Docker             |
| v0.6.0  | System Tools       |
| v0.7.0  | File Manager       |
| v0.8.0  | API Tools          |
| v0.9.0  | Plugin System      |
| v1.0.0  | Stable Release     |

## 📄 License

[MIT](LICENSE)
