The zip command is used to zip your email template.

To zip your email template, you can run the following command:

yarn jsxm zip {{template-name}} --out="{{output-file-path}}" ...{{props}}

Example:

yarn jsxm zip "my-first" --out="my-first.zip" --name="Theryston"

This will call the render command and then compress all the output files into a single zip file.