{"id":16532669,"url":"https://github.com/hamedfathi/dotnet-extract","last_synced_at":"2026-04-13T22:32:25.634Z","repository":{"id":90748270,"uuid":"339288525","full_name":"HamedFathi/dotnet-extract","owner":"HamedFathi","description":"A .NET global tool to extract embedded resource files from a .NET assembly.","archived":false,"fork":false,"pushed_at":"2024-03-17T17:58:42.000Z","size":23,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-23T13:48:34.758Z","etag":null,"topics":["assembly","command-line","command-line-tool","csharp","dotnet","embedded","extract","extractor","global","resource","resources"],"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/HamedFathi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"HamedFathi","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2021-02-16T04:51:25.000Z","updated_at":"2024-04-03T12:42:38.000Z","dependencies_parsed_at":"2024-03-17T18:51:41.078Z","dependency_job_id":null,"html_url":"https://github.com/HamedFathi/dotnet-extract","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HamedFathi%2Fdotnet-extract","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HamedFathi%2Fdotnet-extract/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HamedFathi%2Fdotnet-extract/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HamedFathi%2Fdotnet-extract/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HamedFathi","download_url":"https://codeload.github.com/HamedFathi/dotnet-extract/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243971530,"owners_count":20376841,"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":["assembly","command-line","command-line-tool","csharp","dotnet","embedded","extract","extractor","global","resource","resources"],"created_at":"2024-10-11T18:13:11.539Z","updated_at":"2026-04-13T22:32:25.627Z","avatar_url":"https://github.com/HamedFathi.png","language":"C#","readme":"![extract_icon](https://user-images.githubusercontent.com/8418700/141079117-f3bfea84-3d9d-48fb-9303-7208e6f6cc8b.png)\n\n## [Nuget](https://www.nuget.org/packages/dotnet-extract)\n\n[![Open Source Love](https://badges.frapsoft.com/os/mit/mit.svg?v=102)](https://opensource.org/licenses/MIT)\n![Nuget](https://img.shields.io/nuget/v/dotnet-extract)\n![Nuget](https://img.shields.io/nuget/dt/dotnet-extract)\n\n```bash\n// install\ndotnet tool install --global dotnet-extract\n\n// update\ndotnet tool update dotnet-extract --global\n\n// uninstall\ndotnet tool uninstall dotnet-extract --global\n```\n\n## Options\n\n| Option           | Required   | Description |\n|------------------|:----------:|-------------|\n|-s\\|--source     |Yes         |The assemblies folder source path.|\n|-d\\|--destination|No         |The destination folder path. If you do not specify a path, the files are extracted in the `current directory`.|\n|-p\\|--pattern    |No          |Pattern of the names of the resources you want to extract so you should write `regex` on full resource name like `RazorClassLibrary.Areas.Library.Pages.Shared._Message.cshtml`|\n|-r\\|--replace    |No          |Strategy how to replace files that already exist at the destination. default is `replace all`. Other available options are **ask\\|a** and **skip\\|s**.|\n|-l\\|--list     |No         |Get list of embedded resources. You can you regex pattern with this too.|\n|-e\\|--extension|No|You can define your custom undetectable file extensions. The value is comma separated like `.txt.dat,.mkv,.cshtml.cs`|\n\n## Usage\n\n```bash\ndotnet extract -s SOURCE_FOLDER -d DESTINATION_FOLDER -p .*Areas.* -r ask\n```\n\n\u003chr/\u003e\n\n\u003cdiv\u003eIcon from \u003ca href=\"https://www.iconfinder.com/\" title=\"Iconfinder\"\u003ehttps://www.iconfinder.com\u003c/a\u003e under Creative Commons Attribution-Share Alike 3.0 Unported License.\u003c/div\u003e\n","funding_links":["https://github.com/sponsors/HamedFathi"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamedfathi%2Fdotnet-extract","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhamedfathi%2Fdotnet-extract","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamedfathi%2Fdotnet-extract/lists"}