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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • idurar/idurar-erp-crmAvatar de idurar

    idurar/idurar-erp-crm

    8,199Ver en 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
    Ver en GitHub↗8,199
  • ricosuter/nswagAvatar de RicoSuter

    RicoSuter/NSwag

    7,342Ver en 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
    Ver en GitHub↗7,342
  • googlechrome/sw-precacheAvatar de GoogleChrome

    GoogleChrome/sw-precache

    5,189Ver en GitHub↗

    sw-precache es un generador de precaché de service worker utilizado para crear scripts que permiten la funcionalidad offline para aplicaciones web. Actúa como un gestor de caché de activos en tiempo de compilación que aplica hash a archivos estáticos y gestiona su versionado dentro de una caché de service worker. El proyecto proporciona un configurador de caché en tiempo de ejecución para definir estrategias de caché y manejadores de solicitudes para contenido dinámico basado en patrones de URL. También incluye un manejador de respaldo offline para interceptar fallos de red y servir páginas de respaldo en caché. El conjunto de herramientas cubre la generación de código de service worker y manifiestos, versionado basado en hash de contenido y la interceptación de eventos de fetch. Proporciona una interfaz de línea de comandos para generar archivos de service worker utilizando archivos de configuración y flags personalizados.

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

    JavaScript
    Ver en 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

Explorar subetiquetas

  • 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.