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

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

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

4 مستودعات

Awesome GitHub RepositoriesInitialization Commands

Commands executed specifically during the application startup phase to configure the environment.

Distinct from Custom Command Execution: Specifically targets the startup/initialization phase rather than general runtime command execution

Explore 4 awesome GitHub repositories matching development tools & productivity · Initialization Commands. Refine with filters or upvote what's useful.

Awesome Initialization Commands GitHub Repositories

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

    gokcehan/lf

    9,340عرض على GitHub↗

    lf is a terminal-based file manager and TUI file explorer that provides keyboard-driven navigation for browsing and organizing files and directories. It operates as a shell-integrated tool that synchronizes the current working directory with the calling shell and supports vi-style keybindings for filesystem operations. The project distinguishes itself through its ability to render images directly in the terminal via the SIXEL graphics protocol and its shell-driven execution model, which allows users to extend functionality using external shell scripts and commands. It also implements a server

    Runs setup commands during initialization to customize the environment before the user interface loads.

    Gofile-managerterminal
    عرض على GitHub↗9,340
  • lxc/lxdالصورة الرمزية لـ lxc

    lxc/lxd

    5,554عرض على GitHub↗

    LXD is a unified platform for managing both system containers and virtual machines through a single REST API and command-line interface. It provides a programmatic HTTP interface for controlling the full lifecycle of instances, enabling automation and integration with external tools. The system runs unprivileged containers with per-instance UID/GID mappings, seccomp filters, and AppArmor profiles for kernel-level isolation, while supporting multiple storage backends including directory, Btrfs, LVM, ZFS, Ceph, LINSTOR, and TrueNAS through a unified driver interface. The platform distinguishes

    Runs a specific command against a chosen project without switching the active context.

    Go
    عرض على GitHub↗5,554
  • fzyzcjy/flutter_rust_bridgeالصورة الرمزية لـ fzyzcjy

    fzyzcjy/flutter_rust_bridge

    5,106عرض على GitHub↗

    flutterrustbridge is a code generation tool that automatically creates type‑safe Dart bindings for Rust functions, enabling direct cross‑language calls between Flutter and a Rust backend. It provides an async FFI adapter that transforms synchronous Rust functions into Dart async methods with background thread management, a cross‑language object manager that wraps persistent Rust structs as Dart objects preserving state across calls, and trait object interop that converts Rust traits into Dart abstract classes for seamless bidirectional use. The project handles the full lifecycle of integrat

    Ships a one-command CLI scaffold that initializes a new Flutter-Rust project with all glue code and configuration.

    Dartbindgendartffi
    عرض على GitHub↗5,106
  • lxc/incusالصورة الرمزية لـ lxc

    lxc/incus

    4,893عرض على GitHub↗

    Incus is a unified orchestration platform for managing system containers, OCI application containers, and virtual machines through a single control plane. It brings together cluster infrastructure management, secure multi-tenancy, software-defined networking, and pluggable storage backend orchestration into one cohesive system exposed via a full REST API and command-line interface. What distinguishes Incus is its ability to run multiple instance types side by side—full Linux system containers, OCI application containers, and QEMU virtual machines—all managed with consistent tooling. Networkin

    Runs a specific command against a chosen project without altering the persistent default.

    Gocloudcontainershacktoberfest
    عرض على GitHub↗4,893
  1. Home
  2. Development Tools & Productivity
  3. Custom Command Execution
  4. Initialization Commands

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

  • Project Scaffolding Commands1 وسم فرعيSets up cross-language integration with a single CLI command, configuring logging and default glue code for rapid development. **Distinct from Initialization Commands:** Distinct from Initialization Commands: focuses on scaffolding a new project with cross-language integration, not just startup configuration.