gdtoolkit

GDScript parser, linter, formatter, and analysis toolkit

brewmacoslinux
Try with needOr install directly
Source

About

Independent set of GDScript tools - parser, linter, formatter, and more

Commands

gdtoolkit

Examples

Format a GDScript file in place$ gdtoolkit format script.gd
Lint a GDScript file for code issues$ gdtoolkit lint script.gd
Format all GDScript files in a directory recursively$ gdtoolkit format --recursive .