Files
ppmc/README.md
2025-11-27 17:11:34 +03:00

21 lines
433 B
Markdown

# PPMC - C++ Project Manager/Creator
A command-line utility for creating modern C++ projects from templates.
## Features
- 🎯 Quick project scaffolding
- 📦 Conan package manager integration
- 🔨 CMake build system
- ✅ GTest testing framework
- 🎨 Multiple project templates
- 📚 Documentation ready
## Installation
### From Source
```bash
git clone https://github.com/yourusername/ppmc.git
cd ppmc
pip install -e .