Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 986 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 986 Bytes

ig-build-tools

License OpenSSF Scorecard SLSA 3

A container image including useful tools for building FHIR implementation guides.

Run

Mount a local file system containing a FHIR Shorthand project to the default workspace path at /opt/ig-build-tools/workspace:

docker run --rm -it -v $PWD/example/:/opt/ig-build-tools/workspace ghcr.io/miracum/ig-build-tools:latest

Then within the container:

$ sushi .
# ...
$ java -jar /usr/local/bin/publisher.jar -ig ig.ini
# ...

Available tools