awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

16 dépôts

Awesome GitHub RepositoriesProject Bootstrapping Tools

Utilities that automate the initial setup of a codebase including dependencies, configurations, and structures.

Distinct from Go Web Applications: Candidates were too specific to diagnostic toolkits or SDKs; this is about the initial project creation process

Explore 16 awesome GitHub repositories matching development tools & productivity · Project Bootstrapping Tools. Refine with filters or upvote what's useful.

Awesome Project Bootstrapping Tools GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • google/web-starter-kitAvatar de google

    google/web-starter-kit

    18,296Voir sur GitHub↗

    This project is a web development boilerplate and starter kit providing a pre-configured foundation for creating high-performance, responsive websites. It functions as a development kit for building progressive web apps, incorporating a front-end build pipeline and responsive site templates. The kit distinguishes itself through a multi-device testing workflow that synchronizes clicks, scrolls, and form inputs across multiple browsers and devices in real-time. It also includes a dedicated setup for offline functionality using service workers and web manifests to enable native-like installation

    Offers a pre-configured set of build tools and standards to accelerate the setup of high-performance web projects.

    HTML
    Voir sur GitHub↗18,296
  • tsparticles/tsparticlesAvatar de tsparticles

    tsparticles/tsparticles

    8,887Voir sur GitHub↗

    tsparticles is a JavaScript particle animation library and configuration-driven visual effects engine used to create customizable effects, confetti, and interactive backgrounds using HTML5 Canvas. It functions as a plugin-based graphics engine and a web component animation engine, allowing for the generation of complex behaviors and themes through structured JSON configuration objects. The project provides a cross-framework animation wrapper with dedicated compatible components for integrating effects into React, Vue, Angular, and Svelte. Its modular architecture allows users to extend the en

    Ships a CLI tool to bootstrap new projects with pre-configured templates for JavaScript and TypeScript.

    TypeScript2dangularanimations
    Voir sur GitHub↗8,887
  • melkeydev/go-blueprintAvatar de Melkeydev

    Melkeydev/go-blueprint

    8,857Voir sur GitHub↗

    go-blueprint is a project generator and scaffolding tool for creating Go applications. It functions as a framework orchestrator that bootstraps application skeletons by integrating web frameworks, database drivers, and directory layouts. The tool utilizes a command-line interface to collect user preferences and provides a project structure preview to visualize the architecture before files are written to disk. It supports the injection of optional components, including container configurations and automation workflows, into the generated codebase. The system handles the initial setup of Go w

    Bootstraps a complete Go codebase with integrated drivers, container configs, and automation workflows.

    Go
    Voir sur GitHub↗8,857
  • julianstorer/juceAvatar de julianstorer

    julianstorer/JUCE

    8,585Voir sur GitHub↗

    JUCE est un framework d'application C++ et une bibliothèque GUI multiplateforme utilisée pour construire des applications de bureau et mobiles. Il sert de framework de développement pour créer des logiciels audio et des plug-ins compatibles avec les standards VST, AU, AAX et LV2. Le framework inclut un système d'intégration de build qui utilise CMake pour gérer les configurations de projet et générer des fichiers de projet IDE natifs. Cela permet à une base de code C++ unique d'être déployée sur plusieurs systèmes d'exploitation.

    Provides standardized configurations and scaffolding for C++ libraries and executables using CMake.

    C++
    Voir sur GitHub↗8,585
  • alibaba/spring-ai-alibabaAvatar de alibaba

    alibaba/spring-ai-alibaba

    8,415Voir sur GitHub↗

    This project is a Java-based framework integration that provides an AI agent runtime, a graph-based AI workflow engine, and an LLM orchestration framework for Spring applications. It enables the development of stateful autonomous agents and the implementation of retrieval-augmented generation systems using document processing and vector databases. The framework distinguishes itself through a graph-based workflow runtime for designing complex AI pipelines with conditional routing and persistent state. It supports multi-agent orchestration via service-discovery coordination and provides human-i

    Provides a visual interface to bootstrap AI projects by generating initial source code and configurations.

    Javaagenticartificial-intelligencecontext-engineering
    Voir sur GitHub↗8,415
  • rust-lang/rust-by-exampleAvatar de rust-lang

    rust-lang/rust-by-example

    8,026Voir sur GitHub↗

    This project is an interactive programming education resource and tutorial designed for learning the Rust programming language and systems programming concepts. It provides a collection of runnable and editable code examples that serve as a practical reference for language syntax and implementation. The resource features an interactive code sandbox that allows users to execute and test code snippets in real time. It emphasizes the verification of technical accuracy by executing embedded code blocks during the build process to ensure all examples remain functional. The content covers a compre

    Provides tooling and guidance for initializing a new project with a standard directory structure and configuration.

    Handlebars
    Voir sur GitHub↗8,026
  • kitware/cmakeAvatar de Kitware

    Kitware/CMake

    7,968Voir sur GitHub↗

    CMake est un générateur de système de build multiplateforme et un outil d'automatisation de build. Il est utilisé pour définir les exigences de build et les dépendances pour le code source C et C++, gérant le processus de compilation et de liaison sur différents systèmes d'exploitation. Le projet fonctionne en générant des fichiers de build et des scripts spécifiques à la plateforme à partir d'une configuration unique. Cela permet la standardisation de la manière dont les logiciels sont compilés et packagés pour les compilateurs et les outils de développement dans divers environnements. L'outil couvre la configuration de projets C++ et la compilation d'applications natives pour les systèmes de bureau et embarqués. Il fournit une automatisation de build multiplateforme pour garantir des résultats cohérents lors de la transformation du code source en fichiers binaires exécutables.

    Provides tools to define complex build targets and dependency requirements specifically for C++ projects.

    C
    Voir sur GitHub↗7,968
  • christianlempa/boilerplatesAvatar de ChristianLempa

    ChristianLempa/boilerplates

    7,831Voir sur GitHub↗

    This project is a project scaffolding engine and template-based code generator. It provides a modular project template library and a command-line tool designed to generate standardized directory structures and configuration files from reusable skeletons. The system uses variable injection and custom delimiters to render project skeletons into concrete files. It includes a mechanism for synchronizing shared template collections via version control repositories and a utility for uploading generated files and secrets to remote hosts using secure shell protocols. The tool covers automated projec

    Automates the initial setup of a codebase including dependencies, configurations, and directory structures.

    Pythonansibledockerdocker-compose
    Voir sur GitHub↗7,831
  • bencodezen/vue-enterprise-boilerplateAvatar de bencodezen

    bencodezen/vue-enterprise-boilerplate

    7,777Voir sur GitHub↗

    This project is a pre-configured architecture and development environment designed for building large-scale single page applications using the Vue framework. It serves as an enterprise application template that provides a structured project foundation and opinionated directory layouts for professional-grade software development. The boilerplate streamlines the development workflow through a Vue CLI build configuration that includes automated component imports and global style injection. It further optimizes project organization by implementing alias-based module resolution to simplify file re

    Provides a comprehensive utility to automate the initial setup of an enterprise codebase, including dependencies and configurations.

    SCSS
    Voir sur GitHub↗7,777
  • donnemartin/gitsomeAvatar de donnemartin

    donnemartin/gitsome

    7,674Voir sur GitHub↗

    Gitsome is a command-line interface tool for managing repositories, issues, and pull requests via the GitHub and GitHub Enterprise APIs. It provides an interactive shell environment featuring an embedded Python interpreter for programmatic automation and dynamic scripting, alongside a project bootstrapping utility for generating standard license and gitignore templates. The tool distinguishes itself with a schema-driven autocomplete engine that parses remote API definitions in real-time to provide context-aware command suggestions. It also implements an index-based navigation system that allo

    Automates the initial setup of a codebase by generating standard ignore and license files.

    Python
    Voir sur GitHub↗7,674
  • blazity/next-enterpriseAvatar de Blazity

    Blazity/next-enterprise

    7,412Voir sur GitHub↗

    This project is a production-ready enterprise boilerplate and starter for building high-performance web applications with Next.js. It provides a foundational architecture for large-scale application bootstrapping, combining a TypeScript web starter with a pre-configured project structure and professional toolset. The project distinguishes itself through an integrated suite of operational tools, including CI/CD deployment pipelines, infrastructure-as-code provisioning, and a component-driven UI development sandbox. It incorporates a utility-first styling architecture using Tailwind CSS and a l

    Provides a production-ready foundation with type safety and styling tools to accelerate web project startup.

    TypeScript
    Voir sur GitHub↗7,412
  • technomancy/leiningenAvatar de technomancy

    technomancy/leiningen

    7,305Voir sur GitHub↗

    Leiningen is a build tool, dependency manager, and project automator for Clojure. It provides a command-line interface for bootstrapping new project structures, managing external libraries, and launching interactive read-eval-print loops for live development. The tool allows for the extension of build commands through a plugin system and manages project settings using a configuration map that can be layered with global user preferences and specific profiles. Its capabilities cover the full project lifecycle, including automated test execution, the creation of standalone executable archives,

    Bootstraps new project structures and executes custom build tasks via configuration files.

    Clojure
    Voir sur GitHub↗7,305
  • thelartians/moderncppstarterAvatar de TheLartians

    TheLartians/ModernCppStarter

    5,306Voir sur GitHub↗

    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

    Provides a pre-configured boilerplate and bootstrapping environment to automate the initialization of new C++ projects.

    CMakebootstrapcccache
    Voir sur GitHub↗5,306
  • salvo-rs/salvoAvatar de salvo-rs

    salvo-rs/salvo

    4,376Voir sur GitHub↗

    Salvo est un framework web Rust complet pour construire des serveurs HTTP asynchrones et des applications web. Il dispose d'un routeur web hiérarchique qui utilise une structure basée sur un arbre pour mapper les requêtes aux gestionnaires et un pipeline de middleware asynchrone basé sur le modèle en oignon pour le pré- et post-traitement des requêtes et des réponses. Le framework se distingue par sa prise en charge native des protocoles réseau modernes, y compris une implémentation HTTP/3 basée sur QUIC aux côtés de HTTP/1 et HTTP/2. Il inclut un générateur de documentation OpenAPI intégré qui extrait les schémas directement des signatures de gestionnaire pour produire des spécifications d'API standardisées et des interfaces interactives. De plus, il fournit une gestion automatisée TLS via l'intégration ACME pour obtenir et renouveler les certificats de sécurité. Le projet couvre un large éventail de capacités, y compris la communication en temps réel via WebSockets et WebTransport, ainsi qu'une fonctionnalité de passerelle API avec proxy de requête et réécriture de chemin. Il inclut une prise en charge intégrée de la gestion de session, de l'extraction de paramètres typée en toute sécurité et de l'observabilité via l'intégration OpenTelemetry. La livraison de contenu est gérée via le service de fichiers statiques et le templating HTML dynamique. Un outil en ligne de commande est fourni pour amorcer de nouvelles structures de projet.

    Includes a command-line tool to automate the initial generation of project structures and boilerplate.

    Rustasyncframeworkhttp-server
    Voir sur GitHub↗4,376
  • nunocoracao/blowfishAvatar de nunocoracao

    nunocoracao/blowfish

    2,622Voir sur GitHub↗

    Blowfish is a responsive theme for the Hugo static site generator, designed for creating content-focused websites. It utilizes the Tailwind CSS UI framework for utility-first styling and a Go-based engine to transform templates into plain HTML. The project features a technical content renderer that transforms LaTeX and Mermaid syntax into mathematical equations and SVG diagrams. It includes a serverless search system that generates a JSON index at build time for client-side retrieval and a multilingual publishing framework with support for right-to-left scripts. The theme covers a broad rang

    Provides a CLI tool to automate site creation, theme installation, and initial configuration.

    HTMLblogblog-themeblowfish
    Voir sur GitHub↗2,622
  • friendlyanon/cmake-initAvatar de friendlyanon

    friendlyanon/cmake-init

    2,488Voir sur GitHub↗

    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 down

    Provides standardized configurations and scaffolding for initializing C++ libraries and executables using CMake.

    CMakeboilerplatecci
    Voir sur GitHub↗2,488
  1. Home
  2. Development Tools & Productivity
  3. Project Bootstrapping Tools

Explorer les sous-tags

  • C++ Project Templates1 sous-tagStandardized configurations and scaffolding specifically for C++ libraries and executables. **Distinct from Project Bootstrapping Tools:** Specializes general project bootstrapping specifically for the C++ ecosystem and build systems like CMake