This Python script can be used as a CLI to build the eXact elfh templates for both Packager type 4 templates and the online editor type 6 templates.
- Install Python on your PC or Mac.
- Clone this repository or copy the build.py file to your computer.
- Add the path to the build.py file to your PATH environment variable.
- Navigate to the template development folder, using the command line and enter "build.py --help" to see the CLI options.
- From the template development folder, using the command line enter "python build.py type4" to build type 4 templates or "python build.py type6" to build type 6 templates.
- Follow the on-screen instructions.