snsinahub/Compress Folder
Compress a file or folder into zip or tar.gz format on Windows, macOS and Linux
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source | Source file or folder to compress | yes | — |
| target | Target compressed file path (.zip or .tar.gz) | yes | — |
| type | Compression type (zip or tar.gz) | no | zip |
Outputs
| name | description |
|---|---|
| path | Path to the compressed file |