{"id":22619385,"url":"https://github.com/bouassaba/nusave","last_synced_at":"2025-04-11T23:43:42.073Z","repository":{"id":40849385,"uuid":"76214972","full_name":"bouassaba/nusave","owner":"bouassaba","description":"Cache NuGet Packages for Offline Access","archived":false,"fork":false,"pushed_at":"2024-07-03T23:19:27.000Z","size":697,"stargazers_count":80,"open_issues_count":7,"forks_count":22,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-25T19:40:53.628Z","etag":null,"topics":["cache","nuget","offline","package-manager","slow-internet"],"latest_commit_sha":null,"homepage":"","language":"C#","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/bouassaba.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":"2016-12-12T02:24:50.000Z","updated_at":"2025-02-12T02:43:02.000Z","dependencies_parsed_at":"2024-12-09T07:31:14.701Z","dependency_job_id":null,"html_url":"https://github.com/bouassaba/nusave","commit_stats":null,"previous_names":["bouassaba/nusave"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bouassaba%2Fnusave","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bouassaba%2Fnusave/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bouassaba%2Fnusave/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bouassaba%2Fnusave/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bouassaba","download_url":"https://codeload.github.com/bouassaba/nusave/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248497900,"owners_count":21113982,"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":["cache","nuget","offline","package-manager","slow-internet"],"created_at":"2024-12-08T21:18:56.527Z","updated_at":"2025-04-11T23:43:42.043Z","avatar_url":"https://github.com/bouassaba.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NuSave\n\nNuSave gives you the ability to cache NuGet packages from nuget.org or\nany other source with full dependency tree to your computer for offline use.\n\nSupported platforms: Windows, macOS and Linux.\n\n![](./docs/img/recording.gif)\n\n## Usage\n\nCheck `nusave --help` for usage options.\n\n### Cache a single NuGet package with dependencies\n\n```shell\nnusave cache package \"Newtonsoft.Json@12.0.3\" --targetFrameworks \".NETStandard@1.0,.NETStandard@1.3\" --cacheDir \"C:\\path\\to\\my-local-feed\"\n```\n\nThe command above will bring all packages that Newtonsoft.Json depend on, and if there are\nany duplicates, they will be ignored. NuSave checks for existing `.nupkg` files and\nhierarchical package folders.\n\nThe combination of NuSave and NuGet.Server gives you the ability to download all\npackages needed on your laptop or workstation for offline use.\n\n### Cache multiple NuGet packages from a `.csproj` file\n\n```shell\nnusave cache csproj \"C:\\path\\to\\project.csproj\" --cacheDir \"C:\\path\\to\\my-local-feed\"\n```\n\n### Cache multiple NuGet packages from an `.sln` file\n\n```shell\nnusave cache sln \"C:\\path\\to\\solution.sln\" --cacheDir \"C:\\path\\to\\my-local-feed\"\n```\n\n### Restore and build a solution using NuSave offline cache\n\n```shell\ncd C:\\path\\to\\my-solution\ndotnet restore --packages C:\\path\\to\\my-local-feed\ndotnet build --no-restore\n```\n\n## Install\n\nDownload the latest release for your platform: https://github.com/eli-ba/nusave/releases\n\nAdd the binary to the path. Enjoy! 🎉\n\n## Build\n\nBuild `nusave.sln` .\n\nDon't forget to add the location of `nusave.exe` or `nusave` to the `$PATH`.\n\n.NET 5 is needed to build and run NuSave.\n\n## Licensing\n\nNuSave is released under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbouassaba%2Fnusave","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbouassaba%2Fnusave","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbouassaba%2Fnusave/lists"}