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

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

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

FormidableLabs/webpack-dashboard

0
View on GitHub↗
13,976 نجوم·374 تفرعات·JavaScript·MIT·4 مشاهدات

Webpack Dashboard

webpack-dashboard is a terminal-based build monitor and asset viewer designed for the Webpack development process. It provides a command line interface to track compilation status, monitor development server activity, and organize build errors for debugging.

The tool integrates as a Webpack plugin to intercept compilation events and extract asset metadata. It utilizes a terminal-UI layout engine and state-driven rendering to display build progress and logs in a structured grid of dynamic windows.

The system includes capabilities for real-time build log visualization and asset filtering using regular expressions. Users can customize the dashboard appearance, including colors, window titles, and display modes, to focus on specific assets and critical logs.

Features

  • Build Progress Visualizers - Offers a real-time terminal interface for tracking asset compilation progress and Webpack build status.
  • Build Asset Viewers - Provides a dedicated interface for filtering and displaying files generated by the Webpack bundling process.
  • Build Server Dashboards - Provides a command line interface for monitoring build progress, assets, and logs during Webpack development.
  • Build Process Monitoring - Serves as a terminal-based visualizer for tracking compilation status and organizing build errors.
  • Terminal Layout Engines - Implements a terminal layout engine to organize logs and build statistics into a structured grid of windows.
  • Hook-Based Plugin Systems - Hooks into Webpack lifecycle events via a plugin to intercept compilation data and asset metadata.
  • Activity Progress Monitors - Implements a visual interface for reporting real-time progress and status of asset compilation.
  • Real-time Stream Monitors - Captures and filters standard output streams from the build process to provide instant display updates.
  • UI Asset Display Filters - Enables limiting the displayed asset lists using string prefixes or regular expressions for efficient navigation.
  • Frontend Development CLIs - Provides a CLI-based visual overview of assets and build states to streamline the frontend development workflow.
  • Build Asset Filtering - Uses regular expressions to prune the list of compiled assets shown in the dashboard.
  • Error Logging Utilities - Organizes compilation logs and error messages in a structured layout to simplify build debugging.
  • Log Visualization Tools - Ships a structured dashboard layout that organizes raw compilation logs and error messages for easier analysis.
  • UI State Recomposition - Updates the terminal display by triggering UI recomposition based on changes in the internal build state.

سجل النجوم

مخطط تاريخ النجوم لـ formidablelabs/webpack-dashboardمخطط تاريخ النجوم لـ formidablelabs/webpack-dashboard

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة formidablelabs/webpack-dashboard؟

webpack-dashboard is a terminal-based build monitor and asset viewer designed for the Webpack development process. It provides a command line interface to track compilation status, monitor development server activity, and organize build errors for debugging.

ما هي الميزات الرئيسية لـ formidablelabs/webpack-dashboard؟

الميزات الرئيسية لـ formidablelabs/webpack-dashboard هي: Build Progress Visualizers, Build Asset Viewers, Build Server Dashboards, Build Process Monitoring, Terminal Layout Engines, Hook-Based Plugin Systems, Activity Progress Monitors, Real-time Stream Monitors.

ما هي البدائل مفتوحة المصدر لـ formidablelabs/webpack-dashboard؟

تشمل البدائل مفتوحة المصدر لـ formidablelabs/webpack-dashboard: dilanx/craco — Craco is a configuration layer for Create React App that modifies Webpack and Jest settings without requiring the… steamdeckhomebrew/decky-loader — Decky Loader is an open-source plugin system that extends the Steam Deck's gaming mode interface with community-made… ckan/ckan — CKAN is an open-source data management platform that provides the foundation for building data portals. It supports… vladmandic/sdnext — SD.Next is an all-in-one web interface and multi-backend inference engine for generating, editing, and processing… spacebarchat/spacebarchat — SpaceBarChat is an open-source, self-hosted chat server that implements the Discord client-server protocol, allowing… jakubroztocil/httpie — HTTPie is a command-line HTTP client and REST API debugger used for sending requests to web services. It functions as…

بدائل مفتوحة المصدر لـ Webpack Dashboard

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Webpack Dashboard.
  • dilanx/cracoالصورة الرمزية لـ dilanx

    dilanx/craco

    7,429عرض على GitHub↗

    Craco is a configuration layer for Create React App that modifies Webpack and Jest settings without requiring the project to eject. It functions as a build tool plugin system and configuration manager, allowing for the injection of custom settings and third-party logic into the frontend build pipeline. The project utilizes a hook-based architecture and non-destructive configuration merging to override default settings. This allows for Webpack configuration overrides and Jest configuration tuning while maintaining the original source files. The system covers a broad range of build pipeline ex

    TypeScriptconfigurationcracreate-react-app
    عرض على GitHub↗7,429
  • steamdeckhomebrew/decky-loaderالصورة الرمزية لـ SteamDeckHomebrew

    SteamDeckHomebrew/decky-loader

    6,434عرض على GitHub↗

    Decky Loader is an open-source plugin system that extends the Steam Deck's gaming mode interface with community-made plugins and customizations. It functions as a plugin loader that injects JavaScript plugins into the Steam Deck's web-based interface at runtime, enabling real-time appearance and behavior changes without leaving the active gaming session. The system combines a CORS-bypassing proxy layer that intercepts and modifies HTTP fetch requests from plugins to remove same-origin restrictions, with a Python-to-TypeScript bridge that exposes Python functions as callable TypeScript methods

    TypeScriptpluginspythonsteam
    عرض على GitHub↗6,434
  • ckan/ckanالصورة الرمزية لـ ckan

    ckan/ckan

    4,961عرض على GitHub↗

    CKAN is an open-source data management platform that provides the foundation for building data portals. It supports the full lifecycle of datasets—from creation and organization to publishing, cataloging with faceted search, and interactive data visualization—all through a web interface. The platform is built on a modular architecture that includes a plugin-based extensibility system, a harvesting framework for importing metadata from external sources, and a standardized RESTful JSON API for programmatic access to datasets and metadata. The web interface is rendered using the Jinja2 templatin

    Pythonapicatalogckan
    عرض على GitHub↗4,961
  • vladmandic/sdnextالصورة الرمزية لـ vladmandic

    vladmandic/sdnext

    7,139عرض على GitHub↗

    SD.Next is an all-in-one web interface and multi-backend inference engine for generating, editing, and processing images and videos using diffusion models. It functions as a comprehensive tool for diffusion model management and an automated image processing pipeline for bulk operations. The project is distinguished by its hardware-backend abstraction layer, which provides automatic detection and acceleration for NVIDIA CUDA, AMD ROCm, Intel OpenVINO, and DirectML. It features a headless generative API and a programmatic command interface, allowing users to trigger tasks via REST API or CLI wi

    Pythonai-artcaptiondiffusers
    عرض على GitHub↗7,139
عرض جميع البدائل الـ 30 لـ Webpack Dashboard→