Skip to content

A container image including useful tools for building FHIR IGs

License

Notifications You must be signed in to change notification settings

miracum/ig-build-tools

Repository files navigation

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