Instant OpenHIE
  • Landing
  • Vision
  • Get Started
    • Quick start
    • Config
    • CLI reference
  • Packages
    • What are packages?
    • Create a package
      • Script
      • Package Metadata
    • Adding your package
  • Concepts
    • Overview
    • Architecture
  • Community
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Packages

Create a package

PreviousWhat are packages?NextScript

Last updated 1 year ago

Was this helpful?

To create a custom package, one can begin by running the package generate command of the CLI. The resulting output will have folder structure with files as below:

.
├── docker-compose.dev.yml
├── docker-compose.yml
├── package-metadata.json
└── swarm.sh

See the following section for more details on how each of these files can be used.

Review packages in , for examples on how to structure packages for importing configs, using several convenience utilities, running in clustered mode, and more.

https://github.com/jembi/platform