{"id":17806134,"url":"https://github.com/ebraheemtammam/voidcpp","last_synced_at":"2025-10-23T22:26:40.627Z","repository":{"id":259693818,"uuid":"879220783","full_name":"EbraheemTammam/VoidCPP","owner":"EbraheemTammam","description":"A powershell script to automate setup of C++ projects","archived":false,"fork":false,"pushed_at":"2025-01-07T08:34:58.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T05:17:21.909Z","etag":null,"topics":["automation","cmake","cpp","powershell","powershell-script","project-setup"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EbraheemTammam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-27T10:39:26.000Z","updated_at":"2025-01-07T08:35:01.000Z","dependencies_parsed_at":"2024-10-27T12:06:15.013Z","dependency_job_id":"2d4cf645-00f4-44e7-9fc1-f9a8d6d0fd53","html_url":"https://github.com/EbraheemTammam/VoidCPP","commit_stats":null,"previous_names":["ebraheemtammam/voidcpp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EbraheemTammam%2FVoidCPP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EbraheemTammam%2FVoidCPP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EbraheemTammam%2FVoidCPP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EbraheemTammam%2FVoidCPP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EbraheemTammam","download_url":"https://codeload.github.com/EbraheemTammam/VoidCPP/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246758369,"owners_count":20828919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","cmake","cpp","powershell","powershell-script","project-setup"],"created_at":"2024-10-27T13:04:17.552Z","updated_at":"2025-10-23T22:26:35.609Z","avatar_url":"https://github.com/EbraheemTammam.png","language":"PowerShell","readme":"# VoidCPP: A PowerShell script to automate the process of setting up a C++ project\n\n## Introduction\n\nThis PowerShell script is designed to automate the process of setting up a C++ project. It provides a simple interface for creating a new project, building it, and running it. The script can also be used to compile a single source file.\n\n## Setup\n\nTo use the script, you need to have the following installed:\n\n- PowerShell\n- CMake version 3.30.4 or later\n\n### Installation\n\n1. Clone the repository to your local machine.\n2. Open PowerShell and navigate to the directory where you cloned the repository.\n3. Run the following command:\n\n```powershell\n.\\voidcpp.ps1\n```\n\n\u003e Note: for permanent usage, you can add the script to your `$PROFILE` file.\n\n## Usage\n\n### Initializing new project\n\n1. Open PowerShell and navigate to the directory where you want to create the project.\n2. Run the following command:\n\n```powershell\nvcpp init \u003cproject_name\u003e\n```\n\nReplace `\u003cproject_name\u003e` with the desired name for your project. This will create a new directory with the specified name and set up the basic structure for your project.\n\n\u003e Note: if you don't specify a project name, the script will initialize in the current directory and use its name as the project name.\n\n***\n\n### Building the project\n\nRun the following command in the project directory:\n\n```powershell\nvcpp build \u003cconfiguration\u003e\n```\n\nReplace `\u003cconfiguration\u003e` with either `Debug` or `Release`. This will build the project using the specified configuration.\n\n***\n\n### Running the project\n\nRun the following command:\n\n```powershell\nvcpp run\n```\n\nThe script will run the executable with the most recently modified file in the `Binaries` directory.\n\n***\n\n### Compiling a source file\n\n```powershell\nvcpp make \u003cfilename\u003e\n```\n\nReplace `\u003cfilename\u003e` with the name of the source file you want to compile.\n\n## Contributing\n\nContributions are welcome! If you have any suggestions or improvements, please open an issue or submit a pull request.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febraheemtammam%2Fvoidcpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Febraheemtammam%2Fvoidcpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febraheemtammam%2Fvoidcpp/lists"}