Metadata-Version: 2.4
Name: marteocli
Version: 0.1.2
Summary: Uma ferramenta para iniciar projetos C++ com templates pré-definidos.
Author-email: BomfInit Labs <dev@bomfinitlabs.com.br>, devjhones <devjhones@outlook.com>
License: MIT License
Project-URL: Homepage, https://github.com/BomfInit-Labs/MarteoCLI
Project-URL: Repository, https://github.com/BomfInit-Labs/MarteoCLI
Project-URL: Bug Tracker, https://github.com/BomfInit-Labs/MarteoCLI/issues
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Code Generators
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich>=14.2.0
Requires-Dist: typer>=0.20.1
Provides-Extra: test
Requires-Dist: pytest>=7.0.0; extra == "test"
Requires-Dist: pytest-cov>=3.0.0; extra == "test"
Requires-Dist: coverage>=7.13.0; extra == "test"
Requires-Dist: pip-audit>=2.10.0; extra == "test"
Requires-Dist: pre-commit>=4.5.1; extra == "test"
Requires-Dist: ruff>=0.14.10; extra == "test"
Dynamic: license-file

# 🚀 Marteo CLI

> **Standardize your C++ development.**
> The opinionated project initializer by **BomfInit Labs**.

[![Build Status](https://img.shields.io/badge/build-passing-brightgreen)](https://github.com/BomfInit-Labs/marteo)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![Python Version](https://img.shields.io/badge/python-3.9%2B-blue)](https://pypi.org/project/marteo-cli)
[![Code Style: Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

**Marteo** (pronounced _MAR-TI-OH_) is a CLI tool designed to bring the ease of modern scaffolding to the C++ ecosystem. It eliminates boilerplate fatigue by generating professional, CMake-based project structures with a single command.

Stop writing `CMakeLists.txt` from scratch. Let Marteo handle the architecture while you focus on the code.

---

## ⚡ Features

- **🛠 Zero-Config C++ Setup:** Generates a production-ready structure (`src`, `include`, `build`) with Modern CMake configuration (C++17 standard).
- **🏗 Scalable Architecture:** Enforces separation of concerns immediately.
- **🐍 Python Ready:** (Coming Soon in v0.2) Standardized templates for Python projects.
- **🏭 BomfInit Standard:** Implements the official engineering guidelines of BomfInit Labs.

## 📦 Installation

_(Currently in development mode)_
