gdtoolkit
« Back to VersTracker
Description:
Independent set of GDScript tools - parser, linter, formatter, and more
Type: Formula  |  Latest Version: 4.5.0@0  |  Tracked Since: Oct 18, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: gdscript godot linter formatter cli development
Install: brew install gdtoolkit
About:
gdtoolkit is a comprehensive suite of command-line utilities for Godot's GDScript programming language. It provides a robust parser, linter, and formatter, enabling developers to enforce code style, detect potential errors, and maintain consistency across their Godot projects. The toolkit is designed to be independent of the Godot editor, making it ideal for CI/CD pipelines and automated workflows.
Key Features:
  • Linter (gdlint) for static code analysis and style enforcement
  • Formatter (gdformat) for automatic code formatting and style standardization
  • Parser (gdparse) for analyzing GDScript code structure
  • Support for complex, multi-file Godot projects
Use Cases:
  • Integrating automated code formatting and linting into CI/CD pipelines
  • Enforcing a consistent coding style across team projects
  • Building custom static analysis tools for Godot projects
Alternatives:
  • Godot Editor Built-in – The official editor includes basic formatting, but gdtoolkit offers more granular control, a standalone CLI, and advanced linting capabilities.
Version History
Detected Version Rev Change Commit
Oct 18, 2025 4:03pm 0 VERSION_BUMP bb38799f
Oct 9, 2025 5:08pm 0 VERSION_BUMP fbde37a1
Sep 11, 2025 2:35pm 0 VERSION_BUMP 4cc3a7f4