21 lines
433 B
Markdown
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 . |