{"id":17739039,"url":"https://github.com/pierrekieffer/archiver","last_synced_at":"2025-03-31T19:44:53.197Z","repository":{"id":120128904,"uuid":"276347383","full_name":"PierreKieffer/archiver","owner":"PierreKieffer","description":"Basic implementation of zip file archiver ","archived":false,"fork":false,"pushed_at":"2020-07-05T10:23:41.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-07T01:31:41.088Z","etag":null,"topics":["compression","golang","zip"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PierreKieffer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-01T10:26:34.000Z","updated_at":"2024-06-19T07:36:24.180Z","dependencies_parsed_at":null,"dependency_job_id":"8ef94a3d-c899-4cec-a85c-06246e8f5155","html_url":"https://github.com/PierreKieffer/archiver","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PierreKieffer%2Farchiver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PierreKieffer%2Farchiver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PierreKieffer%2Farchiver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PierreKieffer%2Farchiver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PierreKieffer","download_url":"https://codeload.github.com/PierreKieffer/archiver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246531986,"owners_count":20792735,"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":["compression","golang","zip"],"created_at":"2024-10-26T02:07:10.516Z","updated_at":"2025-03-31T19:44:53.176Z","avatar_url":"https://github.com/PierreKieffer.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# archiver \n\nBasic implementation of zip file archiver \n\n## Download\n```bash \ngo get github.com/PierreKieffer/archiver\n```\n## Usage \n\nparams : \n- input : Path of directory to compress\n- output : archive file path (.zip extension)\n\n```go\nimport(\n\t\"github.com/PierreKieffer/archiver\"\n)\nfunc main() {\n        err := archiver.ZipArchiver(\"/home/user/dir-to-compress\", \"/home/user/archive-name.zip\")\n        if err != nil {\n                log.Println(err)\n        }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpierrekieffer%2Farchiver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpierrekieffer%2Farchiver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpierrekieffer%2Farchiver/lists"}