awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesLocal Script Generators

Scripts that run on a local machine to produce output files using environment variables and user input.

Distinct from Local Script Injectors: No candidate covers local script-based generation of trophy SVGs; closest is Local Script Injectors which injects scripts into remote environments.

Explore 2 awesome GitHub repositories matching development tools & productivity · Local Script Generators. Refine with filters or upvote what's useful.

Awesome Local Script Generators GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • ryo-ma/github-profile-trophyAvatar von ryo-ma

    ryo-ma/github-profile-trophy

    6,577Auf GitHub ansehen↗

    GitHub Profile Trophy is a service that generates SVG images of achievement trophies based on a GitHub user's profile statistics, designed for embedding in README files. It fetches profile data through the GitHub GraphQL API, renders the trophies server-side as SVG markup, and serves them directly to clients, with a Redis-based caching layer to reduce repeated API calls and speed up subsequent requests. The service can be deployed as a self-hosted HTTP server running on the Deno JavaScript runtime, packaged with Docker for consistent local and CI environments. It also offers a GitHub Action w

    Creates a trophy SVG file on a local machine using a Deno script with a provided username and theme.

    TypeScript
    Auf GitHub ansehen↗6,577
  • mina-deploy/minaAvatar von mina-deploy

    mina-deploy/mina

    4,355Auf GitHub ansehen↗

    Mina ist ein Git-basierter Remote-Deployer und ein Tool zur SSH-Deployment-Automatisierung, das für die Verwaltung von Anwendungs-Releases entwickelt wurde. Es fungiert als Release-Manager auf Symlink-Basis, der Quellcode direkt aus Git-Repositories auf Server klont und speziell für das Deployment von Ruby-Projekten und deren Umgebungskonfiguration konzipiert ist. Das System automatisiert Server-Updates, indem es lokal ein einzelnes Bash-Skript generiert und dieses über eine einzige SSH-Sitzung ausführt. Dieser Ansatz ermöglicht Zero-Downtime-Deployments durch die Verwendung von Release-Verzeichnissen mit Zeitstempeln und das Aktualisieren eines symbolischen Links, um sofort zwischen aktiven und vorherigen Versionen zu wechseln. Das Tool deckt einen breiten Automatisierungs-Workflow ab, einschließlich der Ausführung von Remote-Befehlen, der Installation von Abhängigkeiten und der Orchestrierung von Build-Tasks. Es bietet zudem Mechanismen für Deployment-Rollbacks und eine automatisierte Release-Bereinigung, um eine konfigurierbare Anzahl aktueller Builds beizubehalten.

    Generates a complete bash script locally and executes it over a single SSH session for rapid server updates.

    Ruby
    Auf GitHub ansehen↗4,355
  1. Home
  2. Development Tools & Productivity
  3. Local Script Generators

Unter-Tags erkunden

  • Remote Execution Script GeneratorsGenerators that create scripts locally to be shipped and executed in a single session on a remote server. **Distinct from Local Script Generators:** Specifically generates scripts intended for remote delivery and execution via SSH, not just local output files.
  • Trophy SVG GeneratorsScripts that run on a local machine to produce trophy SVG files from GitHub profile data. **Distinct from Local Script Generators:** Distinct from Local Script Generators: focuses specifically on generating trophy SVGs from GitHub profile data, not general local script output.