{"id":23596680,"url":"https://github.com/karstenpedersen/pack","last_synced_at":"2025-09-11T06:37:06.746Z","repository":{"id":268836849,"uuid":"867706712","full_name":"karstenpedersen/pack","owner":"karstenpedersen","description":"CLI tool for archiving files.","archived":false,"fork":false,"pushed_at":"2025-07-04T22:19:20.000Z","size":13389,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-13T19:40:34.166Z","etag":null,"topics":["cli","cobra-cli","golang"],"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/karstenpedersen.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,"zenodo":null}},"created_at":"2024-10-04T15:05:30.000Z","updated_at":"2025-07-04T22:20:06.000Z","dependencies_parsed_at":"2024-12-19T07:41:42.974Z","dependency_job_id":"a5c0b0f0-93fe-4226-8af4-241c96006356","html_url":"https://github.com/karstenpedersen/pack","commit_stats":null,"previous_names":["karstenpedersen/pack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/karstenpedersen/pack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karstenpedersen%2Fpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karstenpedersen%2Fpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karstenpedersen%2Fpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karstenpedersen%2Fpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karstenpedersen","download_url":"https://codeload.github.com/karstenpedersen/pack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karstenpedersen%2Fpack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274589627,"owners_count":25312971,"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","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cli","cobra-cli","golang"],"created_at":"2024-12-27T10:13:49.991Z","updated_at":"2025-09-11T06:37:06.729Z","avatar_url":"https://github.com/karstenpedersen.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pack\n\nCLI tool to make it easier to archive files.\n\n## Get started\n\nStart by initializing pack:\n\n```bash\npack init\n```\n\nThis will create a `pack.config.json` file:\n\n```json\n{\n    \"name\": \"pack\",\n    \"method\": \"zip\",\n    \"outDir\": \".pack-out\",\n    \"include\": [],\n    \"hooks\": {}\n}\n```\n\nYou can then specify what files you want to include. Here I specify that I want to include all markdown files:\n\n```json\n{\n    \"name\": \"pack\",\n    \"method\": \"zip\",\n    \"outDir\": \".pack-out\",\n    \"include\": [\n        \"*.md\"\n    ],\n    \"hooks\": {}\n}\n```\n\nWe can now run `pack check` to see what files will get packaged and `pack run` to zip them to `.pack-out/pack.zip`.\n\n## Example Use Case\n\nI created this tool to zip files for my school assignments. With `pack run` I can compile LaTeX and then package its output together with my source code and other files.\n\n## Commands\n\n```bash\npack # help\npack --help # help\npack --version # prints version\n\npack init # initialize pack config\npack check # check what files will be packaged\npack run # package files\npack show # show packaged files\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarstenpedersen%2Fpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarstenpedersen%2Fpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarstenpedersen%2Fpack/lists"}