awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

16 个仓库

Awesome GitHub RepositoriesDevelopment Workflow Orchestration

Tools that manage the lifecycle of a project, including build tasks, local server synchronization, and workspace access policies.

Explore 16 awesome GitHub repositories matching development tools & productivity · Development Workflow Orchestration. Refine with filters or upvote what's useful.

Awesome Development Workflow Orchestration GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • tauri-apps/tauritauri-apps 的头像

    tauri-apps/tauri

    107,946在 GitHub 上查看↗

    Tauri is a cross-platform framework for building desktop applications that combine web-based user interfaces with a memory-safe systems-language backend. It functions as a secure runtime that hosts web content within native windowing containers, allowing developers to leverage existing web technologies while maintaining high-performance native logic. By compiling applications into small-footprint, platform-specific binaries, the framework avoids bundling heavy runtime environments, resulting in lightweight executables. The project distinguishes itself through a capability-based security model

    Launches local development servers featuring hot module reloading for frontend assets and automatic backend recompilation.

    Rustdesktop-apphigh-performancemobile-app
    在 GitHub 上查看↗107,946
  • astral-sh/uvastral-sh 的头像

    astral-sh/uv

    86,451在 GitHub 上查看↗

    uv is a high-performance Python package manager and project build tool designed to handle dependency resolution, virtual environment orchestration, and Python interpreter management. It functions as a comprehensive workspace orchestrator, enabling developers to manage complex, multi-package repositories and ensure reproducible builds across different platforms. The tool distinguishes itself through its use of a global, content-addressable cache and hard-link-based environment provisioning, which allow for near-instant environment creation and minimal disk usage. It employs a high-performance

    Organizes codebases by managing project-level configurations and multi-file structures.

    Rustpackagingpythonresolver
    在 GitHub 上查看↗86,451
  • vitejs/vitevitejs 的头像

    vitejs/vite

    81,611在 GitHub 上查看↗

    Vite is a frontend build toolchain that provides a unified development and production pipeline for modern web applications. It functions as a modular, environment-agnostic build engine that leverages native ES modules to serve source code directly to the browser, eliminating the need for expensive bundling during the development phase. By maintaining an environment-aware module graph, it supports concurrent development across client, server, and custom runtime environments. The project distinguishes itself through a high-performance development server that utilizes a hot module replacement pr

    Launches a local server that accelerates iteration cycles by enabling live code updates without full page reloads.

    TypeScriptbuild-tooldev-serverfrontend
    在 GitHub 上查看↗81,611
  • nationalsecurityagency/ghidraNationalSecurityAgency 的头像

    NationalSecurityAgency/ghidra

    69,740在 GitHub 上查看↗

    Ghidra is a software reverse engineering suite designed to analyze compiled binaries and reconstruct program logic without access to original source code. It provides an interactive environment for disassembly and decompilation, utilizing a platform-independent intermediate representation to maintain consistency across diverse hardware architectures. The framework supports automated binary analysis through programmatic routines, enabling the investigation of complex code patterns and security indicators. The platform distinguishes itself through a modular architecture that allows for extensiv

    Configures essential tools and build tasks to support the modification, debugging, and extension of the underlying analysis engine.

    Javadisassemblerreverse-engineeringsoftware-analysis
    在 GitHub 上查看↗69,740
  • electron-react-boilerplate/electron-react-boilerplateelectron-react-boilerplate 的头像

    electron-react-boilerplate/electron-react-boilerplate

    24,239在 GitHub 上查看↗

    This project is a TypeScript desktop boilerplate and application template that combines Electron and React for building cross-platform desktop applications. It provides a structural foundation and framework for creating native system applications that bundle web technologies into distributable operating system packages. The project distinguishes itself by providing a hot-reloading desktop environment. This development setup applies code changes instantly to the user interface without requiring manual application restarts, preserving the current interface state through hot module replacement.

    Ships a development server that enables hot module replacement to accelerate the application iteration process.

    TypeScriptbabelboilerplateelectron
    在 GitHub 上查看↗24,239
  • 2025emma/vibe-coding-cn2025Emma 的头像

    2025Emma/vibe-coding-cn

    21,712在 GitHub 上查看↗

    This project functions as an orchestration framework for AI-driven software development, providing a structured environment to manage, iterate, and execute complex prompt chains. It serves as a centralized workspace that integrates AI models with local terminal tools and configuration settings to standardize the entire development lifecycle from initial requirements to final implementation. The platform distinguishes itself through its focus on recursive prompt evolution and multilingual support. It employs iterative loops to refine AI instructions, ensuring higher precision in generated outp

    Integrates AI models with local terminal tools and configuration settings within a centralized development workspace.

    Python
    在 GitHub 上查看↗21,712
  • morhetz/gruvboxmorhetz 的头像

    morhetz/gruvbox

    15,195在 GitHub 上查看↗

    Gruvbox is a retro-inspired color scheme designed to provide a consistent visual experience across text editors, terminal emulators, and development environments. It focuses on improving readability and reducing eye strain by utilizing a high-contrast palette that remains stable across various software tools. The project distinguishes itself through a flexible rendering architecture that adapts to different technical environments. It supports high-fidelity twenty-four-bit color reproduction for modern terminals while maintaining compatibility with legacy systems through sixteen-color and two-

    Standardizes the visual appearance of development tools across editors, shells, and multiplexers.

    Vim Script
    在 GitHub 上查看↗15,195
  • microsoft/typescript-react-startermicrosoft 的头像

    microsoft/TypeScript-React-Starter

    11,043在 GitHub 上查看↗

    This project is a TypeScript React starter template and frontend development boilerplate. It provides a pre-configured project scaffold and foundation for building type-safe user interfaces, integrating essential tooling for typing, linting, and testing to accelerate the start of a web application. The scaffold distinguishes itself by providing a complete production asset pipeline that generates minified JavaScript and CSS bundles to optimize loading speeds. It includes a dedicated component testing suite for executing logic and snapshot tests in a simulated browser environment, alongside a h

    Includes a local development server with hot module replacement for rapid iteration.

    TypeScript
    在 GitHub 上查看↗11,043
  • visualfc/liteidevisualfc 的头像

    visualfc/liteide

    7,754在 GitHub 上查看↗

    LiteIDE is a cross-platform integrated development environment designed for writing, compiling, and debugging Go source code. It functions as both a code editor with syntax highlighting and a build tool orchestrator that manages toolchains, environment profiles, and cross-compilation targets. The environment is modular and extensible, supporting third-party plugins and custom keyboard mapping to tailor the coding workflow. It provides an integrated interface for external debuggers to inspect program execution and state. The platform covers a broad range of development capabilities, including

    Organizes and manages Go projects spanning multiple files, including compilation and debugging settings.

    C++
    在 GitHub 上查看↗7,754
  • angular-fullstack/generator-angular-fullstackangular-fullstack 的头像

    angular-fullstack/generator-angular-fullstack

    6,095在 GitHub 上查看↗

    This is a Yeoman generator that produces complete full-stack web application project skeletons, combining an AngularJS frontend with an Express.js backend. It scaffolds a MEAN stack project structure with MongoDB, including optional OAuth authentication and real-time WebSocket communication capabilities. The generator produces a complete project skeleton with a live-reload development server, preconfigured build and testing tools, and environment-specific configuration files. It includes role-based authentication with local and social login strategies, route protection, and admin user managem

    Launches Node.js backend and Webpack dev server with hot module replacement.

    JavaScriptangularbabelfull-stack
    在 GitHub 上查看↗6,095
  • react/metroreact 的头像

    react/metro

    5,608在 GitHub 上查看↗

    Metro is a JavaScript bundler designed for React Native environments. It functions as a system for resolving dependencies, transforming source code, and packaging JavaScript and assets into bundles for execution. The project includes a development bundler server that hosts assets via HTTP and provides hot module replacement. It features a module resolver that handles platform-specific file extensions and a source code transformer that converts code into tree structures for optimization and minification. The toolset covers programmatic bundle generation, source map creation, and file system c

    Ships a local server providing hot module replacement to accelerate frontend and application iteration.

    JavaScriptbundlerjavascriptreact-native
    在 GitHub 上查看↗5,608
  • insin/nwbinsin 的头像

    insin/nwb

    5,542在 GitHub 上查看↗

    nwb 是一个零配置构建工具链、模块打包器和开发服务器,适用于 JavaScript 和 JSX 应用程序及库。它作为一个构建系统,自动从项目的已安装依赖项中推导编译器和打包器设置,从而消除手动配置。 该工具的特点是能够充当库编译器,从单一源生成多种分发格式(如 ESM 和 CJS),以实现包管理器兼容性。它还包括一个专用的无头浏览器测试运行器,可执行带有集成监视模式和代码覆盖率报告的单元测试。 该系统涵盖了广泛的功能,包括用于转译现代语法和处理 CSS 预处理器的前端资产流水线。它提供了一个开发工作流,具有热模块替换、带有压缩和代码剥离的生产构建生成,以及用于扩展工具链功能的插件驱动转换流水线。

    Ships a local development server featuring hot module replacement to accelerate frontend iteration.

    JavaScript
    在 GitHub 上查看↗5,542
  • alex8088/electron-vitealex8088 的头像

    alex8088/electron-vite

    5,487在 GitHub 上查看↗

    electron-vite 是一个构建系统和多进程打包编排工具,利用 Vite 为 Electron 应用编译和打包主进程、预加载脚本及渲染进程。它作为桌面应用脚手架,提供多种模板,可将各类前端框架集成到标准化的项目结构中。 该项目通过集成源码保护脱颖而出,利用 V8 字节码混淆器将 JavaScript 编译为字节码并混淆字符串,从而防止逆向工程。它还能通过隔离多个窗口和执行上下文中的包及共享代码块,来管理复杂的桌面架构。 该工具集涵盖了广泛的功能,包括用于跨平台安装程序的自动化打包流水线、支持热模块替换的开发服务器编排,以及原生模块和 WebAssembly 的管理。此外,它还支持环境作用域划分和二进制模块外部化配置,以优化生产环境构建。

    Orchestrates a local development server that manages the build process and launches the application for real-time testing.

    TypeScript
    在 GitHub 上查看↗5,487
  • preactjs/preact-clipreactjs 的头像

    preactjs/preact-cli

    4,669在 GitHub 上查看↗

    preact-cli 是一个用于使用 Preact 库进行脚手架搭建、开发和构建应用程序的命令行工具。它提供了一个基于 Webpack 的构建流水线,用于协调代码转换、资产优化和生产编译。 该工具包包括一个静态站点预渲染器,用于将应用程序路由转换为静态 HTML 文件,以及一个用于生成 Service Worker 和离线资产缓存的 PWA 开发工具包。它还作为一个前端开发服务器,具有热模块替换(HMR)和用于实时应用程序迭代的代理功能。 该项目涵盖了广泛的能力,包括项目脚手架、通过自动基于路由的代码分割进行的构建优化,以及 CSS 预处理流水线的集成。它还支持环境变量的管理,以及通过插件和覆盖配置进行构建定制。

    Ships a local development server featuring hot module replacement and a request proxy.

    JavaScriptclihacktoberfesthttp2
    在 GitHub 上查看↗4,669
  • seek-oss/playroomseek-oss 的头像

    seek-oss/playroom

    4,579在 GitHub 上查看↗

    Playroom 是一个前端设计系统工具和 JSX 组件沙盒。它作为一个 UI 组件工作台和支持 TypeScript 的原型设计工具,允许开发者在实时交互环境中设计和测试用户界面。 该项目通过同时在多种主题、屏幕尺寸和属性配置下渲染同一组件,实现了可视化测试。它提供了一种交互式样式指南和设计系统文档机制,组件可以使用现有库进行原型设计,并导出为可分发的沙盒。 该工作台包含状态切换、框架尺寸管理以及用于属性自动补全的静态类型解析等功能。它还具备组织代码片段、注入全局变量以及将组件包装在自定义提供程序树中以维护所需全局状态的工具。 该项目提供了一个命令行接口,用于编排本地开发服务器并将沙盒环境编译为可分发格式。

    Provides a command-line interface to launch a local development server for real-time component iteration.

    TypeScriptdesigndesign-systemsfront-end
    在 GitHub 上查看↗4,579
  • midudev/jscampmidudev 的头像

    midudev/jscamp

    3,811在 GitHub 上查看↗

    jscamp is a full-stack web development and education project focused on mastering JavaScript, TypeScript, and AI integration. It provides a structured curriculum and interactive exercises covering language fundamentals, frontend engineering, and backend API development. The project distinguishes itself through the implementation of autonomous AI agents capable of complex task automation, such as modifying files, managing servers, and executing API calls. It includes advanced AI development tools for conversational querying, real-time code suggestions, and automated repository analysis to gene

    Ships a local development server featuring hot module replacement for instant interface previews.

    JavaScriptbootcamp
    在 GitHub 上查看↗3,811
  1. Home
  2. Development Tools & Productivity
  3. Development Environment Management
  4. Development Environments
  5. Development Workflow Orchestration

探索子标签

  • Development ServersLocal servers that provide development-specific features like hot module replacement to accelerate frontend and application iteration.
  • Development WorkspacesIntegrated environments configured with the necessary tools and tasks to support source code modification and debugging.
  • Project Management ToolsUtilities that assist in organizing and managing code projects spanning multiple files.
  • Workspace Isolation PoliciesMechanisms for isolating configuration changes to specific user environments, often through private branching strategies.