{"id":26375176,"url":"https://github.com/vishal-ahirwar/aura","last_synced_at":"2025-03-17T02:16:32.291Z","repository":{"id":118389930,"uuid":"486853842","full_name":"vishal-ahirwar/aura","owner":"vishal-ahirwar","description":"Aura 🚀 — A cross-platform C++ project builder inspired by Rust's rustup. It handles dependencies using vcpkg, builds with CMake + Ninja, and compiles using Clang — ensuring seamless, error-free builds across Windows, Linux, and macOS. 💯","archived":false,"fork":false,"pushed_at":"2025-03-16T14:14:12.000Z","size":1423,"stargazers_count":9,"open_issues_count":0,"forks_count":9,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T15:23:49.027Z","etag":null,"topics":["cli","cli-app","cmake","cpp","linux","windows"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vishal-ahirwar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.txt","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":"2022-04-29T05:53:40.000Z","updated_at":"2025-03-16T14:14:15.000Z","dependencies_parsed_at":"2023-10-03T16:49:42.474Z","dependency_job_id":"900feec3-74de-45f2-83c7-74c1505eab40","html_url":"https://github.com/vishal-ahirwar/aura","commit_stats":null,"previous_names":["vishal-ahirwar/ccli"],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishal-ahirwar%2Faura","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishal-ahirwar%2Faura/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishal-ahirwar%2Faura/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishal-ahirwar%2Faura/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vishal-ahirwar","download_url":"https://codeload.github.com/vishal-ahirwar/aura/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243960664,"owners_count":20375105,"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":["cli","cli-app","cmake","cpp","linux","windows"],"created_at":"2025-03-17T02:16:31.630Z","updated_at":"2025-03-17T02:16:32.286Z","avatar_url":"https://github.com/vishal-ahirwar.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\n# Aura\n[![License: BSD-3-Clause](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)\n\n![image](https://github.com/user-attachments/assets/2a9185af-493d-404b-b42d-facb2f952e8b)\n![image](https://github.com/user-attachments/assets/a3e3571c-cb6c-40cf-b9ef-baebcdc2d41f)\n![image](https://github.com/user-attachments/assets/2bb80b7b-35be-47fc-a4fd-e6df1444c457)\n![image](https://github.com/user-attachments/assets/8e4f1653-873e-4c38-9fbd-e8212817c312)\n\n**Aura** is a powerful tool for C/C++ learners, designed to streamline the process of setting up and managing projects. With Aura, you can focus on learning and coding instead of dealing with repetitive tasks like creating folders, writing CMake files, or compiling manually.\n\n---\n\n## About\n\nLearning C/C++ and tired of manually managing files, folders, and compilation? Aura automates these tasks by:\n\n- **Automated Project Initialization**: Generate a professional-grade project structure complete with a `CMakeLists.txt` file.  \n- **Organized Folder Setup**: Start every project with a clean, intuitive folder hierarchy.  \n- **Default `.gitignore` Integration**: Avoid unnecessary clutter by including a pre-configured `.gitignore` file.  \n- **Seamless Library Management**: Leverage built-in Conan support to easily integrate external libraries into your project.  \n- **Quick Environment Setup**: Configure your entire C++ learning environment effortlessly with a single command.  \n- **Efficiency-Driven Commands**: Simplify repetitive tasks to focus more on learning and building your C++ skills.  \n\nNo more starting from scratch every time you want to learn a new concept in C/C++! 😊\n\n---\n\n## Features\n\n- **Automated Project Setup**: Quickly generate a new C/C++ project structure.\n- **Compilation Commands**: Simplified commands for compiling and running code.\n- **Integrated Unit Testing**: Easily set up and run unit tests.\n- **External Library Support**: Add libraries using Conan package manager.\n- **Build Automation**: A single command to compile and run your project.\n- **Cross-Platform Support**: Works on Windows and Linux.\n- **Package Management**: Manage dependencies with ease.\n- **GDB Debugger Integration**: Debug your projects seamlessly.\n- **Installer Creation**: Generate packaged builds for distribution.\n- **Update \u0026 Fix Commands**: Keep Aura up-to-date and resolve installation issues.\n\n---\n\nDownload the pre-build binaries for your platform \nor\n## Installation\n\n### Prerequisites\n\nEnsure the following tools are installed on your system:\n\n- **Git**: [Download Git](https://git-scm.com/downloads)\n- **CMake**: [Download CMake](https://cmake.org/download/)\n- **G++** (Linux) or **MinGW** (Windows): \n  - Linux: Install via package manager (`sudo apt install build-essential`).\n  - Windows: [Download MinGW](https://github.com/brechtsanders/winlibs_mingw/releases/).\n\n### Steps\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/vishal-ahirwar/aura.git\n   cd aura\n   ```\n\n2. Build and install:\n   - **Linux**:\n     ```\n     python3 build.py\n     ```\n   - **Windows**:\n     ```batch\n     python3 build.py\n     ```\n\n---\n\n## Usage\n\nRun Aura with the following syntax:\n```bash\naura [command] projectname\n```\n\n### Available Commands\n\n| Command         | Description                                                                                         |\n|------------------|-----------------------------------------------------------------------------------------------------|\n| **create**       | Create a new C/C++ project. Example: `aura create myProject`                                       |\n| **compile**      | Compile the project. Example: `cd myProject \u0026\u0026 aura compile -DCMAKE_BUILD_TYPE=Debug`              |\n| **run**          | Run the compiled binary. Ensure the project is compiled first.                                    |\n| **build**        | Compile and run the project in a single step.                                                     |\n| **setup**        | Install `g++` and `cmake` on your system (if not already installed).                              |\n| **utest**        | Enable unit testing. Example: `aura create test --test`                                           |\n| **createinstaller** | Create a packaged build of your application.                                                   |\n| **update**       | Update Aura to the latest version.                                                                |\n| **add**          | Add an external library using Conan. Example: `aura add fmt/11.0.2`                               |\n| **reload**       | Reload the package list. Example: `aura reload`.                                                 |\n| **initconan**    | Add a Conan configuration file to the project.                                                   |\n| **debug**        | Start the GDB debugger for your project.                                                          |\n| **release**      | Compile the application in release mode. Example: `aura compile -DCMAKE_BUILD_TYPE=Release`.      |\n| **fix**          | Fix Aura installation issues.                                                                     |\n\n---\n\n## Demo Project\n![image](https://github.com/user-attachments/assets/1d7d9e16-1575-44ca-bf29-9af117f5af60)\n![image](https://github.com/user-attachments/assets/8f00ff7b-a7c6-4e93-aecb-7dacb73e576b)\n```\ncd demo\naura compile\naura run\n   or\naura build\n  or\npython3 build.py\n```\n## Author\n\nDeveloped by **Vishal Ahirwar**.  \nCopyright © 2024 Vishal Ahirwar and all Contributors. All rights reserved.\n\n---\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](License.txt) file for details.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvishal-ahirwar%2Faura","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvishal-ahirwar%2Faura","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvishal-ahirwar%2Faura/lists"}