initial commit
This commit is contained in:
commit
c3c26db8f2
2 changed files with 13 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM python:alpine3.15
|
||||
|
||||
RUN pip3 install 'gdtoolkit==3.*'
|
||||
|
||||
ENTRYPOINT /bin/sh
|
8
README.md
Normal file
8
README.md
Normal 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
|
||||
```
|
Loading…
Reference in a new issue