https://github.com/artyom/untar
https://pkg.go.dev/github.com/artyom/untar
https://github.com/artyom/untar
Last synced: 9 months ago
JSON representation
https://pkg.go.dev/github.com/artyom/untar
- Host: GitHub
- URL: https://github.com/artyom/untar
- Owner: artyom
- License: mit
- Created: 2016-02-28T11:21:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-03-11T18:52:25.000Z (over 4 years ago)
- Last Synced: 2025-06-11T00:06:15.498Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Package untar provides helper function to easily extract contents of a tar
stream to a file system directory. Useful for cases where you'd want a call to
`tar x`.
See [documentation](https://pkg.go.dev/github.com/artyom/untar) for usage and
example command in `cmd/untar` subdirectory.