Sign inSign up

frotty/wurstscript

By frotty

Updated 9 days ago

Image with wurstscript and grill for building projects

Image
0

4.4K

frotty/wurstscript repository overview

WurstScript Docker Image

Basic wurtscript docker image with grill. Grill is the wurst package manager and is invoked via the grill command.

Update Wurst

If you're using this image to build a project and want the latest compiler, run grill install wurstscript before building your project. Otherwise the version packaged in this image will be used.

Installing a Project

To install a project, navigate to the root folder and run grill install.

Compiling a project

To compile and run your project's unit tests, use grill test.

Building a project

To generate an output map, use grill build <input_map>. This will build the w3x into the _build folder, according to wurst.build specifications.

Tag summary

Content type

Image

Digest

sha256:ea428badd

Size

303.2 MB

Last updated

9 days ago

docker pull frotty/wurstscript