sketch-archive
Package Arduino sketch folders into .zip files, optionally including build artifacts, for easy sharing or archiving.
Instructions
Zip a sketch (optionally including build artifacts).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output | No | Output .zip path. Defaults to <sketch>.zip next to the sketch. | |
| sketchPath | Yes | Path to sketch folder | |
| includeBuildArtifacts | No | Include build folder in the zip |