Metadata-Version: 2.4
Name: archiforge
Version: 0.1.0
Summary: A smart project scaffolding tool for developers
Author-email: Abdullah <your-email@example.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: jinja2
Requires-Dist: pyyaml

# Archiforge 🛠️

**Archiforge** is a multi-language project scaffolding engine. It helps developers "forge" standardized project structures for Python, JavaScript, Go, and more.

## 🎯 Key Goals
- **Multi-language Support**: Generate blueprints for any stack.
- **Customizable**: Users can create their own project templates.
- **CLI Driven**: Fast and intuitive command-line interface.

## 📂 Structure
- `src/archiforge/core`: The logic that builds the files.
- `src/archiforge/blueprints`: Templates for different languages.
