2 مستودعات
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.
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.
Mina هو أداة نشر عن بعد تعتمد على Git وأداة أتمتة نشر عبر SSH مصممة لإدارة إصدارات التطبيقات. يعمل كمدير إصدارات يعتمد على الروابط الرمزية (symlinks) يقوم باستنساخ الكود المصدري من مستودعات Git مباشرة إلى الخوادم، وهو مصمم خصيصاً للتعامل مع نشر مشاريع Ruby وتكوين البيئة. يقوم النظام بأتمتة تحديثات الخادم عن طريق إنشاء نص برمجي bash واحد محلياً وتنفيذه عبر جلسة SSH واحدة. يتيح هذا النهج عمليات نشر بدون توقف (zero-downtime) باستخدام أدلة إصدارات مختومة زمنياً وتحديث رابط رمزي للتبديل بين الإصدارات النشطة والسابقة فوراً. تغطي الأداة سير عمل أتمتة واسع النطاق بما في ذلك تنفيذ الأوامر عن بعد، وتثبيت التبعيات، وتنسيق مهام البناء. كما يوفر آليات للتراجع عن النشر وتنظيف الإصدارات المؤتمتة للحفاظ على عدد قابل للتكوين من الإصدارات الحديثة.
Generates a complete bash script locally and executes it over a single SSH session for rapid server updates.