skaji/Generate tarball
Generate a tar.gz archive with files under a top-level directory
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| top-directory | Top-level directory name inside the tarball. Defaults to the basename of source-directory. | no | — |
| output | Path to the tar.gz file to create. | no | — |
| source-directory | Directory whose contents are archived. Defaults to the current working directory. | no | — |
| exclude | Newline-separated regular expressions. Paths matching any expression are excluded. | no | — |
Outputs
| name | description |
|---|---|
| tarball | Absolute path to the generated tar.gz file. |