{"id":30025095,"url":"https://github.com/ahmet-cetinkaya/nugone","last_synced_at":"2026-01-20T17:02:57.962Z","repository":{"id":306759554,"uuid":"1020787425","full_name":"ahmet-cetinkaya/nugone","owner":"ahmet-cetinkaya","description":"Detect and clean up unused NuGet package references in .NET projects with a single command. Lightweight. Read-only analysis. .NET 10 ready.","archived":false,"fork":false,"pushed_at":"2025-12-12T18:02:11.000Z","size":489,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-14T08:55:39.044Z","etag":null,"topics":["dependency-analysis","developer-tools","dotnet","dotnet-tool","nuget"],"latest_commit_sha":null,"homepage":"https://www.nuget.org/packages/NuGone/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ahmet-cetinkaya.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"docs/CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-16T11:50:27.000Z","updated_at":"2025-12-12T18:02:14.000Z","dependencies_parsed_at":"2025-07-27T13:28:05.026Z","dependency_job_id":"6781721c-bf57-46ed-8182-633a03df5056","html_url":"https://github.com/ahmet-cetinkaya/nugone","commit_stats":null,"previous_names":["ahmet-cetinkaya/nugone"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ahmet-cetinkaya/nugone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmet-cetinkaya%2Fnugone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmet-cetinkaya%2Fnugone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmet-cetinkaya%2Fnugone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmet-cetinkaya%2Fnugone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahmet-cetinkaya","download_url":"https://codeload.github.com/ahmet-cetinkaya/nugone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmet-cetinkaya%2Fnugone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28607624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T16:10:39.856Z","status":"ssl_error","status_checked_at":"2026-01-20T16:10:39.493Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dependency-analysis","developer-tools","dotnet","dotnet-tool","nuget"],"created_at":"2025-08-06T08:00:56.671Z","updated_at":"2026-01-20T17:02:57.956Z","avatar_url":"https://github.com/ahmet-cetinkaya.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"![NuGone icon](https://raw.githubusercontent.com/ahmet-cetinkaya/nugone/refs/heads/main/docs/icon/icon-100.webp)\n\n# `NuGone` [![Buy Me A Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-ffdd00?\u0026logo=buy-me-a-coffee\u0026logoColor=black)](https://ahmetcetinkaya.me/donate) [![GitHub license](https://img.shields.io/github/license/ahmet-cetinkaya/nugone)](LICENSE) [![GitHub stars](https://img.shields.io/github/stars/ahmet-cetinkaya/nugone?style=social)](https://github.com/ahmet-cetinkaya/nugone/stargazers) [![GitHub forks](https://img.shields.io/github/forks/ahmet-cetinkaya/nugone?style=social)](https://github.com/ahmet-cetinkaya/nugone/network/members)\n\nAutomatically detect and remove unused NuGet package references in your .NET projects. Keep your codebase lean, fast, and secure.\n\n## ⚡ Getting Started\n\n[![NuGet Version](https://img.shields.io/nuget/v/NuGone.svg?color=004880\u0026logo=nuget\u0026label=NuGet\u0026style=flat-square)](https://www.nuget.org/packages/NuGone/) [![NuGet Downloads](https://img.shields.io/nuget/dt/NuGone.svg?color=004880\u0026logo=nuget\u0026label=Downloads\u0026style=flat-square)](https://www.nuget.org/packages/NuGone/)\n\nYou can install NuGone as a .NET global tool:\n\n```bash\ndotnet tool install --global nugone\n```\n\nAfter installation, you can use the `nugone` command anywhere:\n\n```bash\nnugone analyze --project MySolution.sln\n```\n\nFor more usage instructions, see future documentation updates.\n\n## 🚀 Usage\n\nTo detect unused NuGet packages in your .NET projects, use the following command:\n\n```\nnugone analyze --project \u003cSOLUTION_OR_PROJECT_PATH\u003e\n```\n\n**Options:**\n\n- `--output json` Show results in JSON format\n- `--verbose` Show detailed analysis output\n\n**Example:**\n\n```\nnugone analyze --project MySolution.sln --output json\n```\n\nFor a list of all commands and parameters, use:\n\n```\nnugone --help\n```\n\nOnly the `analyze` command is currently available. No changes are made; analysis is read-only.\n\n## 📚 Documentation\n\nFor comprehensive documentation, see the **[Documentation Index](docs/DOCUMENTATION_INDEX.md)** which includes user guides, migration instructions, performance details, and more.\n\n## 🤝 Contributing\n\nIf you'd like to contribute, please see [CONTRIBUTING.md](docs/CONTRIBUTING.md) for detailed instructions on forking, branching, building, and running the project locally.\n\n## 📄 License\n\nThis project is licensed under the GNU General Public License v3.0. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmet-cetinkaya%2Fnugone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmet-cetinkaya%2Fnugone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmet-cetinkaya%2Fnugone/lists"}