2 个仓库
Capabilities for wrapping external command-line formatting tools as internal plugins to unify different styling engines.
Distinct from CLI Plugin Systems: Specifically focuses on integrating existing third-party formatters as plugins, not general CLI plugin architectures.
Explore 2 awesome GitHub repositories matching development tools & productivity · External CLI Formatter Integration. Refine with filters or upvote what's useful.
Spotless is a multi-language formatting orchestrator and Gradle plugin that automates code styling across various programming languages within a single build pipeline. It functions as a coordinator for multiple third-party formatters, a code style linting tool, and a system for inserting and updating standardized license headers. The project distinguishes itself through git-integrated style enforcement, using pre-push hooks and git references to apply formatting only to modified files or lines. It supports shared build configurations, allowing formatting rules to be distributed and loaded acr
Executes local binary tools or package utilities to format code using third-party software.
dprint is a multi-language code formatter that applies consistent styling across various programming languages using a pluggable architecture. It functions as a unified project style management tool, a command-line interface for continuous integration style enforcement, and a Language Server Protocol implementation for real-time formatting in editors. The project is distinguished by a WebAssembly-based plugin system that loads sandboxed formatting logic from URLs or file paths. It further extends its capabilities through a process-based tool integration that wraps external command-line interf
Enables running existing command-line formatting tools as plugins to unify disparate styling engines under one configuration.