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
·

3 dépôts

Awesome GitHub RepositoriesConfiguration-Driven Generators

Systems that automate the creation of API endpoints and dashboards based on predefined configuration files.

Distinct from Repository-Based Generators: Specifically uses configuration files to drive generation, whereas repository-based generators use interface definitions.

Explore 3 awesome GitHub repositories matching web development · Configuration-Driven Generators. Refine with filters or upvote what's useful.

Awesome Configuration-Driven Generators 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.
  • idurar/idurar-erp-crmAvatar de idurar

    idurar/idurar-erp-crm

    8,199Voir sur GitHub↗

    Idurar is an integrated system combining Customer Relationship Management and Enterprise Resource Planning. It functions as a headless business API that generates secure REST endpoints and administrative panels from configuration files to connect business logic with external applications. The platform supports multi-tenant SaaS management, isolating data and configurations for multiple companies or branches within a single installation. It is designed for international business accounting, featuring a multi-currency financial engine that processes transactions and manages regional tax rules a

    Automatically generates REST endpoints and administrative dashboards by interpreting module configuration files.

    JavaScriptaccountingaccounting-softwarecrm
    Voir sur GitHub↗8,199
  • ricosuter/nswagAvatar de RicoSuter

    RicoSuter/NSwag

    7,342Voir sur GitHub↗

    NSwag is an OpenAPI toolchain for .NET that provides a suite of generators for converting OpenAPI specifications and JSON schemas into clients, server stubs, and structured documentation. It enables the creation of type-safe client libraries and data transfer objects, as well as the generation of OpenAPI specifications by analyzing .NET controllers. The project supports contract-first API development by generating server controller stubs from specifications and offers dedicated TypeScript API integration to ensure type safety in frontend applications. It also provides tools for hosting intera

    Automates the generation process using predefined instructions stored in JSON configuration documents.

    C#angularaspnetaspnetcore
    Voir sur GitHub↗7,342
  • googlechrome/sw-precacheAvatar de GoogleChrome

    GoogleChrome/sw-precache

    5,189Voir sur GitHub↗

    sw-precache est un générateur de pré-mise en cache de service worker utilisé pour créer des scripts qui permettent la fonctionnalité hors ligne pour les applications web. Il agit comme un gestionnaire de cache d'assets au moment du build qui hache les fichiers statiques et gère leur versionnage au sein d'un cache de service worker. Le projet fournit un configurateur de cache au moment de l'exécution pour définir des stratégies de mise en cache et des gestionnaires de requêtes pour le contenu dynamique basé sur des modèles d'URL. Il inclut également un gestionnaire de repli hors ligne pour intercepter les échecs réseau et servir des pages de repli mises en cache. L'ensemble d'outils couvre la génération de code et de manifestes de service worker, le versionnage basé sur le hachage de contenu et l'interception des événements de fetch. Il fournit une interface en ligne de commande pour générer des fichiers de service worker en utilisant des fichiers de configuration et des drapeaux personnalisés.

    Transforms JavaScript or JSON configuration into a functional service worker script via a build-step module.

    JavaScript
    Voir sur GitHub↗5,189
  1. Home
  2. Web Development
  3. API Management Tools
  4. API Development & Management
  5. API Generation
  6. Dynamic REST API Generators
  7. Repository-Based Generators
  8. Configuration-Driven Generators

Explorer les sous-tags

  • Service Worker Script GeneratorsTools that transform configuration objects into functional service worker scripts. **Distinct from Configuration-Driven Generators:** Distinct from general configuration-driven generators by specifically producing executable service worker code rather than API endpoints or dashboards.