Model-as-code tool for any software project. Generate code, configuration files, documentation.
748
![]()
This is the official container image for ProJor, the model-based code generator.
This container image uses the node:20-alpine base image, and bundles ProJor CLI, and can be used to run ProJor commands such as projor generate. Read the documentation to learn how to use ProJor in your projects.
The command below mounts your current working directory at /project inside the container, and runs the code generator process in this directory. Note the -d /project option after the siocode/projor container name.
$ docker run -it --rm -v $PWD:/project siocode/projor -d /project generate
[email protected]Content type
Image
Digest
sha256:48e13edce…
Size
45.8 MB
Last updated
5 months ago
docker pull siocode/projor:0.10.2