{"id":15324575,"url":"https://github.com/mrinjamul/go-tar","last_synced_at":"2025-03-17T02:24:31.852Z","repository":{"id":57567095,"uuid":"340377182","full_name":"mrinjamul/go-tar","owner":"mrinjamul","description":"This a warper of archive/tar \u0026 compress/gzip standard libary.","archived":false,"fork":false,"pushed_at":"2021-04-10T14:45:38.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-23T12:15:35.281Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrinjamul.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-19T13:28:03.000Z","updated_at":"2022-01-22T17:14:45.000Z","dependencies_parsed_at":"2022-08-25T15:11:44.083Z","dependency_job_id":null,"html_url":"https://github.com/mrinjamul/go-tar","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrinjamul%2Fgo-tar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrinjamul%2Fgo-tar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrinjamul%2Fgo-tar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrinjamul%2Fgo-tar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrinjamul","download_url":"https://codeload.github.com/mrinjamul/go-tar/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243960637,"owners_count":20375108,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T09:27:17.506Z","updated_at":"2025-03-17T02:24:31.828Z","avatar_url":"https://github.com/mrinjamul.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-tar\n\nThis a warper of `archive/tar` \u0026 `compress/gzip` standard libary.\n\nIt's only create `tar` and `tar.gz` currently.\n\nCompression is depends on filename of the archive.\n\n## How to use this module?\n\nTo use this module,\n\n```sh\ngo get github.com/mrinjamul/go-tar/tarwarper\n```\n\nand then,\n\n```go\nimport (\n    ...\n    \"github.com/mrinjamul/go-tar/tarwarper\"\n)\n```\n\n## Feature\n\n- `tarwarper.CreateTar`\n- `tarwarper.ExtractTar`\n\n## CLI Usage\n\n    Usage: go-tar [options]\n    Options:\n    -c, --create string    Create Tar\n    -x, --extract string   Extract Tar\n    -h, --help             help message\n    -o, --output string    Output name\n\n## License\n\nThis go module is licensed under MIT Copyright © 2021 Injamul Mohammad Mollah \u003cmrinjamul@gmail.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrinjamul%2Fgo-tar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrinjamul%2Fgo-tar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrinjamul%2Fgo-tar/lists"}