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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • idurar/idurar-erp-crmAvatar idurar

    idurar/idurar-erp-crm

    8,199Vezi pe 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
    Vezi pe GitHub↗8,199
  • ricosuter/nswagAvatar RicoSuter

    RicoSuter/NSwag

    7,342Vezi pe 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
    Vezi pe GitHub↗7,342
  • googlechrome/sw-precacheAvatar GoogleChrome

    GoogleChrome/sw-precache

    5,189Vezi pe GitHub↗

    sw-precache este un generator de service worker precache utilizat pentru a crea scripturi care permit funcționalitatea offline pentru aplicațiile web. Acționează ca un manager de cache al activelor la momentul build-ului care face hash-ul fișierelor statice și le gestionează versionarea în interiorul unui cache de service worker. Proiectul oferă un configurator de cache la runtime pentru a defini strategii de caching și handlere de cereri pentru conținut dinamic bazat pe modele URL. Include, de asemenea, un handler de fallback offline pentru a intercepta eșecurile de rețea și a servi pagini de fallback stocate în cache. Setul de instrumente acoperă generarea codului de service worker și a manifestelor, versionarea bazată pe content-hash și interceptarea evenimentelor de fetch. Oferă o interfață de linie de comandă pentru generarea fișierelor de service worker folosind fișiere de configurare și flag-uri personalizate.

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

    JavaScript
    Vezi pe 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

Explorează sub-etichetele

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