Metadata-Version: 2.4
Name: devforge
Version: 1.0.0
Summary: A fast CLI tool to scaffold Python projects
Home-page: https://github.com/hythm/devforge
Author: Hythm Saad
Author-email: Hythm Saad <hythm@example.com>
License-Expression: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer>=0.9
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# ⚡ DevForge

**DevForge** is a lightweight CLI tool that lets you generate complete project folder structures from simple text diagrams — instantly.

### 🚀 Example

sellwrite-ai/
│
├── backend/
│ ├── routes/
│ └── models/
└── frontend/
└── src/

shell
Copy code

### 🧱 Usage

#### 1. Install
```bash
pip install devforge
2. Create a new structure
bash
Copy code
devforge new myapp
3. Paste your structure
Then hit Enter twice when done.

💡 Author
Developed by Hythm Saad
Embedded Engineer & Developer Tools Creator.

yaml
Copy code

---

## 📄 `LICENSE`
```text
MIT License

Copyright (c) 2025 Hythm

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software...
