An open API service indexing awesome lists of open source software.

https://github.com/fish-soup-dev/cpg

Simple command-line tool for creating C++ projects with full folder structure and makefile.
https://github.com/fish-soup-dev/cpg

comand-line cplusplus developer-tools

Last synced: 2 months ago
JSON representation

Simple command-line tool for creating C++ projects with full folder structure and makefile.

Awesome Lists containing this project

README

        

# cpg (c++ project generator)
Simple command-line tool for creating c++ projects with full folder structure and makefile. I know it might not be the most up to date way of doing things but it works for me.

## Build Status
| Platform | Supported |
| :----------------- | :-------- |
| `Linux (x86_64)` | Yes |
| `macOS (arm64)` | No |
| `Windows (x86_64)` | Yes |

## Uesage
Example Screenshot

![Screenshot](assets/screenshotWindows.png)

![Screenshot](assets/screenshotLinux.png)