awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
friendlyanon avatar

friendlyanon/cmake-init

0
View on GitHub↗
2,488 स्टार्स·93 फोर्क्स·CMake·gpl-3.0·7 व्यूज़

Cmake Init

cmake-init is a project generator and build system boilerplate designed to automate the initialization of C++ projects. It provides a framework for creating standardized project layouts and build configurations through template-based generation and user-defined prompts.

The project functions as a development workflow automator, integrating static analysis, code formatting, and documentation generation directly into the build pipeline. It includes a dependency management system for vendoring external libraries and managing transitive dependencies to ensure consistent package discovery for downstream consumers.

The system further covers software quality assurance through code coverage tracking and the automation of source code formatting. It also provides mechanisms for bundling multiple installation packages from a single source tree and extracting technical documentation from source code comments.

Features

  • C-Family Development Workflows - Automates the C++ development workflow by unifying static analysis, formatting, and documentation within the build system.
  • Project Templates - Provides pre-configured blueprints for creating standardized C++ project structures and boilerplate.
  • Dependency Vendors - Archives external dependency source code locally to support consistent package discovery and offline builds.
  • Source Vendoring - Provides a mechanism for vendoring external third-party libraries to ensure consistent package discovery.
  • Dependency Management - Provides tooling for retrieving and integrating external libraries specifically within C++ development environments.
  • Package Dependency Managers - Connects the CMake build system to external package managers for simplified retrieval and linking of libraries.
  • C++ Project Templates - Provides standardized configurations and scaffolding for initializing C++ libraries and executables using CMake.
  • Project Generators - Automates the creation of initial project structures, boilerplate code, and CMake configuration files.
  • Project Initializers - Bootstraps new C++ projects with a relocatable structure and target definitions for developers and consumers.
  • CMake Integrations - Automates the build pipeline by integrating linting, formatting, and testing directly into the CMake configuration.
  • Boilerplates - Offers a comprehensive set of predefined structures for managing C++ libraries and executables with built-in installation logic.
  • Project Structures - Generates standardized folder layouts for executables and libraries to ensure consistent project organization.
  • Dependency Requirement Propagation - Tracks library requirements through build targets to ensure all transitive dependencies are propagated to consumers.
  • Code Formatting - Automates source code formatting and style enforcement by running linting tools during the build.
  • Documentation Generators - Generates technical documentation by extracting and formatting information from source code comments.
  • Build-Time Tooling - Integrates external formatting and linting binaries directly into the build phase to enforce code quality.
  • Inline Documentation Extractors - Extracts inline comments from source files to generate formatted technical documentation.
  • Documentation Generation - Automates the extraction of comments and contracts from C++ source code to produce structured technical documentation.
  • CMake-Based Managers - Implements a system for vendoring external libraries and managing transitive dependencies within the CMake ecosystem.
  • Code Coverage Analysis - Processes execution data through analysis tools to track code coverage and identify untested paths.
  • Code Quality Tools - Integrates static analysis and code coverage tools to ensure high software quality during the build process.
  • Static Code Analysis - Integrates static analysis tools into the build pipeline to detect logical errors and common bugs.

स्टार हिस्ट्री

friendlyanon/cmake-init के लिए स्टार हिस्ट्री चार्टfriendlyanon/cmake-init के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Cmake Init के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Cmake Init के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • thelartians/moderncppstarterTheLartians का अवतार

    TheLartians/ModernCppStarter

    5,306GitHub पर देखें↗

    ModernCppStarter is a pre-configured project boilerplate and bootstrapping environment for C++ libraries and executables. It provides a standardized set of CMake build configurations and templates to automate the initialization of new projects. The project integrates a comprehensive static analysis suite and documentation automation. It includes systems for enforcing code quality through sanitizers and analyzers, as well as a pipeline for generating and deploying technical documentation during project releases. The template covers broader development infrastructure, including dependency mana

    CMakebootstrapcccache
    GitHub पर देखें↗5,306
  • myriad-dreamin/tinymistMyriad-Dreamin का अवतार

    Myriad-Dreamin/tinymist

    2,907GitHub पर देखें↗

    Tinymist is a comprehensive suite of tools for Typst document authoring, serving as a language server, document compiler, and project manager. It provides a standardized language service via the Language Server Protocol to enable editor features such as autocompletion, navigation, and semantic highlighting. The project distinguishes itself by integrating a TCP-based live preview server for real-time visual rendering and an advanced static analysis tool that utilizes abstract syntax trees and bidirectional type checking. It also includes a project management system capable of handling multi-fi

    Rustdapdap-serverformatter
    GitHub पर देखें↗2,907
  • cpp-best-practices/cppbestpracticescpp-best-practices का अवतार

    cpp-best-practices/cppbestpractices

    8,766GitHub पर देखें↗

    This project is a curated collection of guidelines and technical resources designed to improve C++ code safety, maintainability, and performance. It provides a comprehensive set of coding standards and best practices for establishing consistent naming, formatting, and structural patterns across C++ codebases. The guide offers specific technical advice on performance optimization, including methods for minimizing object copying, optimizing memory allocation, and reducing compilation cycles. It also provides a directory of tooling recommendations for implementing static analysis, fuzz testing,

    best-practicescpp
    GitHub पर देखें↗8,766
  • clibs/clibclibs का अवतार

    clibs/clib

    5,133GitHub पर देखें↗

    clib is a C language package manager and dependency manager used to install, update, and manage external C libraries and executable dependencies from remote repositories. It functions as a distribution tool for structuring source code and metadata to publish C libraries and a development toolkit for maintaining consistent build environments. The project provides a framework for C library distribution and dependency resolution, utilizing manifest files to track required library versions and ensure reproducible builds across different systems. It streamlines the C development workflow by managi

    Ccclibmanager
    GitHub पर देखें↗5,133
Cmake Init के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

friendlyanon/cmake-init क्या करता है?

cmake-init is a project generator and build system boilerplate designed to automate the initialization of C++ projects. It provides a framework for creating standardized project layouts and build configurations through template-based generation and user-defined prompts.

friendlyanon/cmake-init की मुख्य विशेषताएं क्या हैं?

friendlyanon/cmake-init की मुख्य विशेषताएं हैं: C-Family Development Workflows, Project Templates, Dependency Vendors, Source Vendoring, Dependency Management, Package Dependency Managers, C++ Project Templates, Project Generators।

friendlyanon/cmake-init के कुछ ओपन-सोर्स विकल्प क्या हैं?

friendlyanon/cmake-init के ओपन-सोर्स विकल्पों में शामिल हैं: thelartians/moderncppstarter — ModernCppStarter is a pre-configured project boilerplate and bootstrapping environment for C++ libraries and… myriad-dreamin/tinymist — Tinymist is a comprehensive suite of tools for Typst document authoring, serving as a language server, document… cpp-best-practices/cppbestpractices — This project is a curated collection of guidelines and technical resources designed to improve C++ code safety,… clibs/clib — clib is a C language package manager and dependency manager used to install, update, and manage external C libraries… cpm-cmake/cpm.cmake — CPM.cmake is a dependency manager and package resolver for C and C++ projects that integrates directly into the CMake… ttroy50/cmake-examples — This project is a collection of reference implementations and templates for CMake build patterns and configuration…