Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kananniftiyev/cppcli
https://github.com/kananniftiyev/cppcli
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kananniftiyev/cppcli
- Owner: kananniftiyev
- Created: 2024-10-30T20:39:32.000Z (18 days ago)
- Default Branch: main
- Last Pushed: 2024-10-30T21:01:57.000Z (18 days ago)
- Last Synced: 2024-10-30T21:31:16.119Z (18 days ago)
- Language: C++
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CppCli ⚙️📦
CppCli is a personal command-line tool designed to streamline C++ project creation and management. This tool automates tasks like setting up project directories, generating necessary files (like CMakeLists.txt and README.md), and providing easy build and run scripts, making it a handy utility for C++ development.
## Features
- 📁 Auto-generates a project directory structure
- 🛠️ Includes CMake configuration for easy builds
- 🚀 Creates a sample executable with customizable entry points
- 🌐 Integrates with GitHub for version controlCppCli lets you jump right into coding, reducing setup time and making C++ project management smoother!