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
·

8 dépôts

Awesome GitHub RepositoriesApplication Project Bootstrapping

Generating the initial structure and dependencies for a new end-user application.

Distinct from Library Project Bootstrapping: Targets full applications with deployment settings rather than distributable software libraries

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

Awesome Application Project Bootstrapping 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.
  • thoughtbot/suspendersAvatar de thoughtbot

    thoughtbot/suspenders

    4,048Voir sur GitHub↗

    Suspenders est un outil de démarrage et un modèle d'application pour Ruby on Rails. Il fournit une base standardisée pour initialiser des projets côté serveur en intégrant une suite préconfigurée de bibliothèques pour la surveillance, les tests et le contrôle de version. La boîte à outils dispose d'un framework de déploiement dédié optimisé pour Heroku, automatisant la livraison du code vers les environnements de staging et de production. Il utilise une approche d'infrastructure en tant que code avec des fichiers de configuration versionnés pour garantir la cohérence entre les différents environnements cloud et réduire les interruptions de service lors des déploiements. Le projet couvre des flux de travail automatisés pour l'intégration et la livraison continues, incluant des tests automatisés et le linting de style. Il inclut également des capacités de provisionnement d'environnement, telles que la configuration des remotes git et des bases de données.

    Create a new application by applying a pre-configured set of default libraries and deployment settings.

    Rubyrailstemplate
    Voir sur GitHub↗4,048
  • neutrinojs/neutrinoAvatar de neutrinojs

    neutrinojs/neutrino

    3,914Voir sur GitHub↗

    Neutrino est un framework de build et un orchestrateur « zero-config » pour les projets JavaScript. Il sert de framework de presets de build qui élimine le besoin de fichiers de configuration manuels en utilisant un modèle basé sur la convention plutôt que sur la configuration pour initialiser les environnements de développement. Le système fonctionne comme un gestionnaire de presets, encapsulant des paramètres d'outils de build complexes dans des modules réutilisables. Ces configurations sont gérées via un pipeline de build composable qui combine plusieurs presets en une seule chaîne d'exécution en fusionnant et en remplaçant les propriétés d'objets. Le projet couvre la gestion de la chaîne d'outils frontend et la standardisation des processus de build. Il permet de créer des presets de build personnalisés pour maintenir des environnements cohérents entre différents projets et équipes.

    Bootstraps the initial structure and build environment for new applications using shared configuration presets.

    JavaScriptbuild-tooljavascriptmiddleware
    Voir sur GitHub↗3,914
  • helidon-io/helidonAvatar de helidon-io

    helidon-io/helidon

    3,798Voir sur GitHub↗

    Helidon is a Java microservices framework designed for building cloud-native applications. It provides a virtual thread web server to handle high-volume concurrent network requests and implements MicroProfile specifications, including JAX-RS and CDI, to ensure interoperability and standardization. The framework functions as a multi-protocol API gateway, supporting the delivery of data through REST, GraphQL, and gRPC. It includes a native compiler that transforms Java bytecode into standalone native executables to reduce memory footprint and startup time. The platform covers functional-reacti

    Offers a CLI and predefined archetypes for generating the initial structure and dependencies of new applications.

    Javajavamicroprofilemicroservice-framework
    Voir sur GitHub↗3,798
  • azat-co/practicalnodeAvatar de azat-co

    azat-co/practicalnode

    3,787Voir sur GitHub↗

    Practicalnode is a comprehensive educational resource and backend development framework for mastering server-side programming with Node.js. It provides a structured approach to building scalable network services, REST APIs, and real-time applications using asynchronous JavaScript. The project serves as a detailed implementation guide for several core backend patterns, including MongoDB data modeling and the construction of REST API development kits. It emphasizes a specific workflow for Docker containerization and offers a variety of strategies for managing user identity through stateless tok

    Provides a command-line interface to generate standardized project structures, including support for view engines.

    JavaScriptapressawsaws-ec2
    Voir sur GitHub↗3,787
  • upstash/jstackAvatar de upstash

    upstash/jstack

    3,760Voir sur GitHub↗

    jstack is a TypeScript full stack framework and edge-compatible web stack. It serves as a development setup that ensures end-to-end type safety by sharing TypeScript definitions between the server and the client. The project functions as a Next.js application boilerplate, providing a pre-configured starting point for building web applications with integrated routing, styling, and database tools. It includes a type-safe database integration system that automatically generates TypeScript definitions from database schemas to prevent runtime data errors. The framework covers full stack web devel

    Provides a bootstrapping mechanism to generate the initial structure and dependencies for new applications.

    TypeScript
    Voir sur GitHub↗3,760
  • spring-io/initializrAvatar de spring-io

    spring-io/initializr

    3,690Voir sur GitHub↗

    Initializr is a project bootstrapper for JVM-based applications, specifically designed to generate initial directory layouts and configuration files for Spring Framework projects. It functions as a metadata service and generator that produces project skeletons with pre-configured dependencies, build systems, and language settings. The system can be deployed as a self-hosted project scaffolder, allowing organizations to apply proprietary project conventions and metadata to generated codebases. It exposes available dependencies and platform versions through a web-based API, enabling third-party

    Generates the initial structure and dependencies for new end-user applications.

    Java
    Voir sur GitHub↗3,690
  • mckaywrigley/mckays-app-templateAvatar de mckaywrigley

    mckaywrigley/mckays-app-template

    1,935Voir sur GitHub↗

    This is the template I use to start new full-stack projects.

    Provides a pre-configured foundation with integrated frontend, database, and authentication services to accelerate project development.

    TypeScript
    Voir sur GitHub↗1,935
  • aplus-framework/oneAvatar de aplus-framework

    aplus-framework/one

    244Voir sur GitHub↗

    One is a command-line utility designed to manage the lifecycle of PHP applications. It provides a unified interface for initializing standardized project structures and configurations, ensuring consistent organization from the start of development. The tool integrates automated routines to maintain application stability and code health. It performs dependency verification, static analysis, and code style enforcement to validate project integrity before deployment. Additionally, it includes a structured communication interface for reporting security vulnerabilities, allowing maintainers to rev

    Initializes standardized directory structures and configurations to accelerate web application development.

    PHPaplusaplus-frameworkapp
    Voir sur GitHub↗244
  1. Home
  2. Development Tools & Productivity
  3. Application Project Bootstrapping