Creating a Template Package
Once you have completed creating your deployment materials, and have created your package manifest.json, you can create the package zip file.
Your package folder may look this:
Template Package Folder /
|
|-- configs /
| |-- Sample User Config.json
|
|-- omapiConfig /
| |-- Sample API Config.json
|
|-- scripts /
| |-- Sample Script.mjs
|
|-- manifest.json
|-- README.md
To create your template package all you need to do is zip up the files and folders such that they are all at the root of the zip file.