docker-gdscript-toolkit/README.md

9 lines
283 B
Markdown

Nothing special, just a simple container with [godot-gdscript-toolkit](https://github.com/Scony/godot-gdscript-toolkit) installed onto Python/Alpine.
## Usage
```
docker run --rm vivicat/gdscript-toolkit gdlint scripts
docker run --rm vivicat/gdscript-toolkit gdformat scripts
```