{"id":16021753,"url":"https://github.com/davidanthoff/bundleprojects.jl","last_synced_at":"2025-04-05T03:43:31.064Z","repository":{"id":46876062,"uuid":"515722702","full_name":"davidanthoff/BundleProjects.jl","owner":"davidanthoff","description":"Bundle Julia projects","archived":false,"fork":false,"pushed_at":"2025-01-20T07:15:33.000Z","size":20,"stargazers_count":13,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-10T12:12:30.687Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Julia","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/davidanthoff.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-19T19:51:57.000Z","updated_at":"2025-01-20T06:11:13.000Z","dependencies_parsed_at":"2024-10-30T18:36:53.550Z","dependency_job_id":null,"html_url":"https://github.com/davidanthoff/BundleProjects.jl","commit_stats":{"total_commits":20,"total_committers":2,"mean_commits":10.0,"dds":0.25,"last_synced_commit":"4e53e65977534c5ce97663b9ce52a9662c9e5e8f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidanthoff%2FBundleProjects.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidanthoff%2FBundleProjects.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidanthoff%2FBundleProjects.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidanthoff%2FBundleProjects.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidanthoff","download_url":"https://codeload.github.com/davidanthoff/BundleProjects.jl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247284918,"owners_count":20913691,"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-08T18:05:34.131Z","updated_at":"2025-04-05T03:43:31.043Z","avatar_url":"https://github.com/davidanthoff.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BundleProjects.jl\n\n[![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)\n![](https://github.com/davidanthoff/BundleProjects.jl/workflows/Run%20tests/badge.svg)\n[![codecov](https://codecov.io/gh/davidanthoff/BundleProjects.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/davidanthoff/BundleProjects.jl)\n\n## Overview\n\nThis package makes it easy to take a Julia project, and bundle a specific list of packages that are\nused in this project into a sub folder. This can be useful for example in the preparation of replication archives for journal submissions.\n\n## Example\n\nTo use, make sure there is a Julia project in your working directory, and then run\n\n```julia\nusing FilePaths, BundleProjects\n\nbundle(joinpath(home(), \"outputpathforbundle\"), packages=[\"PackageA\", \"PackageB\"])\n```\n\nThis will copy the content of the current folder to `~/outputpathforbundle`, then create a folder called\n`~/outputpathforbundle/packages` (you can change the name of this with the keyword argument `packages_dir`)\nand download the exact versions of PackageA and PackageB that are recorded in the `Manifest.toml` into this\nnew packages folder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidanthoff%2Fbundleprojects.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidanthoff%2Fbundleprojects.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidanthoff%2Fbundleprojects.jl/lists"}