initial commit

This commit is contained in:
Vivianne 2022-04-18 22:26:16 -07:00
commit c3c26db8f2
2 changed files with 13 additions and 0 deletions

5
Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM python:alpine3.15
RUN pip3 install 'gdtoolkit==3.*'
ENTRYPOINT /bin/sh

8
README.md Normal file
View File

@ -0,0 +1,8 @@
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
```