{"id":15685259,"url":"https://github.com/ankitpokhrel/pack","last_synced_at":"2025-05-07T16:22:31.951Z","repository":{"id":57616528,"uuid":"282626467","full_name":"ankitpokhrel/pack","owner":"ankitpokhrel","description":"A small utility to create archives while ignoring any hidden or unnecessary files. It uses git style pattern matching.","archived":false,"fork":false,"pushed_at":"2022-08-14T08:03:43.000Z","size":34,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-28T03:28:03.151Z","etag":null,"topics":["archive","compression","go","golang","gzip","hactoberfest2020","rar","tar","zip"],"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/ankitpokhrel.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":"2020-07-26T10:28:32.000Z","updated_at":"2024-04-08T03:24:36.000Z","dependencies_parsed_at":"2022-08-27T08:00:40.124Z","dependency_job_id":null,"html_url":"https://github.com/ankitpokhrel/pack","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitpokhrel%2Fpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitpokhrel%2Fpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitpokhrel%2Fpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitpokhrel%2Fpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ankitpokhrel","download_url":"https://codeload.github.com/ankitpokhrel/pack/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252783897,"owners_count":21803574,"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":["archive","compression","go","golang","gzip","hactoberfest2020","rar","tar","zip"],"created_at":"2024-10-03T17:24:27.982Z","updated_at":"2025-05-07T16:22:31.928Z","avatar_url":"https://github.com/ankitpokhrel.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Pack\n\nA small utility to create archives while ignoring any hidden or unnecessary files and folders. It uses git style pattern matching.\n\n### Installation\n\nInstall the runnable binary to your `$GOPATH/bin`.\n\n```sh\ngo get github.com/ankitpokhrel/pack\n```\n\nOr, download the [latest release](https://github.com/ankitpokhrel/pack/releases).\n\n### Usage\n\n```sh\nNAME:\n   pack - Pack create archives while ignoring any hidden or unnecessary files and folders\n\nUSAGE:\n   pack [global options] command [command options] \u003csrc\u003e \u003cdest\u003e\n\nCOMMANDS:\n   help, h  Shows a list of commands or help for one command\n\nGLOBAL OPTIONS:\n   --ignore value, --ig value  Ignore list from given files\n   --help, -h                  show help (default: false)\n```\n\n### Example\n\nGiven a `.gitignore` and `.ignoremetoo` file:\n```sh\n$ cat .gitignore\n\nvendor/\n*.swp\n*~\n\n$ cat .ignoremetoo\n\nfile.txt\n*.png\n```\n\nThe following command will create `destination.zip` file by ignoring all patterns mentioned in `.gitignore` and `.ignoremetoo`.\n```sh\n$ pack --ig .gitignore --ig .ignoremetoo /path/to/file-to-compress /path/to/destination.zip\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankitpokhrel%2Fpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankitpokhrel%2Fpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankitpokhrel%2Fpack/lists"}