awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 مستودعات

Awesome GitHub RepositoriesEnvironment Customization

Tools for dynamically installing and configuring specific software dependencies and CLI tools within an environment.

Distinct from CLI Development Tools: Focuses on the process of customizing the internal environment tooling, not the general use of CLI tools.

Explore 5 awesome GitHub repositories matching development tools & productivity · Environment Customization. Refine with filters or upvote what's useful.

Awesome Environment Customization GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • domaindrivendev/swashbuckle.aspnetcoreالصورة الرمزية لـ domaindrivendev

    domaindrivendev/Swashbuckle.AspNetCore

    5,492عرض على GitHub↗

    Swashbuckle.AspNetCore is an API specification tool and documentation generator for ASP.NET Core. It extracts metadata from source code and models to produce standardized OpenAPI specifications and interactive browser interfaces for exploring and testing web APIs. The project integrates a middleware component to serve these specifications and a Swagger UI for interactive API testing directly from a running application. It also provides a command-line exporter to extract specification files from application assemblies for use in CI/CD pipelines. The tool covers a wide range of capabilities in

    Binds a custom host factory to the CLI tool to ensure specific dependency injection containers are used.

    C#
    عرض على GitHub↗5,492
  • jupyterlite/jupyterliteالصورة الرمزية لـ jupyterlite

    jupyterlite/jupyterlite

    4,840عرض على GitHub↗

    JupyterLite هي بيئة دفاتر ملاحظات تفاعلية تعتمد على WebAssembly، تتيح الحوسبة داخل المتصفح دون الحاجة إلى خادم خلفي. توفر بيئة تجريبية لعلوم البيانات من جانب العميل حيث يمكن للمستخدمين تنفيذ نوى لغات البرمجة وتشغيل دفاتر ملاحظات تفاعلية بالكامل داخل متصفح الويب. يسمح المشروع بإنشاء توزيعات مخصصة عن طريق تثبيت حزم لغات محددة مسبقاً، وتجميع حزم (wheels) مخصصة، وتطبيق إعدادات البيئة. كما يدعم إنشاء مواقع ثابتة يمكن نشرها على أي خادم HTTP قياسي، بما في ذلك القدرة على حزم البيئة في أرشيف للوصول إليها دون اتصال بالإنترنت. تغطي المنصة مجموعة واسعة من الإمكانيات بما في ذلك مزامنة نظام الملفات الافتراضي مع تخزين المتصفح، والعزل القائم على web-worker لواجهات سريعة الاستجابة، وتضمين REPL تفاعلي في صفحات الويب عبر iframes. كما تتضمن مجموعة من أدوات سطر الأوامر لأتمتة بناء المواقع، والتحقق من السلامة، وإدارة خادم التطوير المحلي.

    Provides utilities to customize available kernels and localization settings for the interactive environment.

    TypeScriptjupyterjupyterlabjupyterlab-extension
    عرض على GitHub↗4,840
  • devcontainers/cliالصورة الرمزية لـ devcontainers

    devcontainers/cli

    2,482عرض على GitHub↗

    This is a command line tool for building and managing isolated development environments based on the Development Container Specification. It functions as an OCI container image builder and a provisioner for instantiating standardized containers within automated continuous integration workflows. The tool includes a system for injecting pre-configured software and toolsets into containers using a registry of reusable installation modules. This allows for the creation of shareable features and the installation of specific languages, CLI tools, and software dependencies. It covers the automation

    Allows the installation of specific languages and CLI tools via reusable feature modules.

    TypeScriptcontainersdevcontainers
    عرض على GitHub↗2,482
  • kotlin/kotlin-jupyterالصورة الرمزية لـ Kotlin

    Kotlin/kotlin-jupyter

    1,218عرض على GitHub↗

    Kotlin Jupyter is an interactive computing environment that enables the execution of Kotlin code within Jupyter notebooks. It functions as a kernel for the Java Virtual Machine, providing a platform for data analysis, rapid prototyping, and scientific computing research. The system manages the evaluation of code snippets by compiling them dynamically at runtime, allowing for real-time interaction and variable inspection. The project distinguishes itself through a sophisticated code transformation pipeline that intercepts and modifies user input to support custom syntax and automated logic. It

    Allows configuration of JVM arguments and environment variables to customize the runtime environment for specialized tasks.

    Kotlin
    عرض على GitHub↗1,218
  • rspec/rspec-mocksالصورة الرمزية لـ rspec

    rspec/rspec-mocks

    1,148عرض على GitHub↗

    This project is a Ruby unit testing tool designed for dependency isolation and behavioral contract verification. It functions as a comprehensive mocking framework that allows developers to replace real objects with controlled placeholders, ensuring that code interacts with its dependencies as expected during automated test execution. The framework distinguishes itself through its ability to perform partial double verification, which checks that stubbed methods exist on the underlying object to prevent tests from passing against incorrect interfaces. It also provides sophisticated constant man

    Supports adding custom tools and dependencies via supplemental configuration files without altering the primary project setup.

    Rubyrspecruby
    عرض على GitHub↗1,148
  1. Home
  2. Development Tools & Productivity
  3. CLI Development Tools
  4. Environment Customization

استكشف الوسوم الفرعية

  • CLI Host CustomizationConfiguration of the host factory and dependency injection containers for CLI-based specification generation. **Distinct from Environment Customization:** Specifically about the DI host for a CLI tool, not general environment variable or software installation customization.