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.
- Host: GitHub
- URL: https://github.com/fish-soup-dev/cpg
- Owner: Fish-Soup-Dev
- License: mit
- Created: 2023-01-17T09:06:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-22T20:45:43.000Z (3 months ago)
- Last Synced: 2025-02-22T21:27:29.441Z (3 months ago)
- Topics: comand-line, cplusplus, developer-tools
- Language: C++
- Homepage:
- Size: 222 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
