4 个仓库
Logic for dynamically assembling shell command strings from base paths and arguments.
Distinct from Shell Command Runners: Distinct from Shell Command Runners: focuses on the assembly/transformation of the command string rather than the act of executing it.
Explore 4 awesome GitHub repositories matching development tools & productivity · Command Construction. Refine with filters or upvote what's useful.
Rocky is an open-source enterprise operating system designed for server and cloud infrastructure. It is a community-maintained Linux server distribution that provides a platform focused on stability and security. The project is fundamentally a Red Hat Enterprise Linux compatible operating system, maintaining bug-for-bug binary compatibility to ensure identical software behavior. This allows it to serve as an enterprise-grade platform without proprietary licensing. The distribution covers a broad range of system administration capabilities, including package management via modular repository
Allows for the dynamic assembly of shell command strings using input arguments.
create-better-t-stack 是一个全栈样板生成器和 TypeScript 项目脚手架。它作为一个交互式 CLI 栈构建器,通过组合特定的前端、后端、数据库和 API 技术来自动化开发环境的初始化。 该系统作为类型安全的样板引擎运行,使用配置映射器确保整个应用架构的端到端类型安全。它利用可视化界面和基于提示的配置来帮助用户选择兼容的运行时和库,然后工具将其转换为自定义的文件夹布局和安装命令。 该工具涵盖项目初始化、自定义技术栈映射以及协调开发环境的自动生成。
Dynamically assembles shell command strings based on user-selected dependencies to automate stack installation.
auto-py-to-exe 是一个 Python 转 EXE 转换器和独立可执行文件打包工具,为 PyInstaller 提供了一个基于 Web 的图形界面。它将 Python 脚本转换为单个二进制文件,运行无需本地 Python 安装或外部依赖。 该项目作为一个基于 JSON 的构建自动化工具,允许用户通过 JSON 文件保存、加载和导出复杂的打包配置,以确保不同项目间构建的一致性和可重复性。 该工具涵盖了脚本到可执行文件的转换,包括将静态资源和图标捆绑到二进制文件中的能力。它提供了在启动 GUI 应用程序时抑制系统控制台窗口的选项,并支持外部数据持久化,以便将数据库和文件保留在可执行包之外。 用户可以通过图形界面或在无头模式下通过命令行参数启动转换过程。
Dynamically assembles shell command strings based on the user interface state to trigger the bundling process.
vim-test is a Vim extension and multi-language test orchestrator that automatically detects and executes test suites directly from the editor. It functions as a configurable framework for triggering CLI-based testing across diverse programming languages, mapping source files to their corresponding tests and running them via language-specific tools. The system distinguishes itself through a customizable runner framework that allows for the definition of custom execution logic and flags. It utilizes a pluggable architecture to support various testing frameworks and languages by mapping identifi
Dynamically constructs shell commands by combining runner paths with flags and cursor-based filters.