{"id":13431880,"url":"https://github.com/aspnet/LibraryManager","last_synced_at":"2025-03-16T22:32:35.466Z","repository":{"id":37271203,"uuid":"86659919","full_name":"aspnet/LibraryManager","owner":"aspnet","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-11T00:21:18.000Z","size":4902,"stargazers_count":464,"open_issues_count":94,"forks_count":83,"subscribers_count":38,"default_branch":"main","last_synced_at":"2025-03-10T06:10:26.480Z","etag":null,"topics":["client-side","library-management","visual-studio-extension"],"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/aspnet.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-30T04:46:16.000Z","updated_at":"2025-02-26T18:25:29.000Z","dependencies_parsed_at":"2024-03-07T19:27:23.129Z","dependency_job_id":"c7c06ac0-8926-42cb-b724-432c982030a4","html_url":"https://github.com/aspnet/LibraryManager","commit_stats":{"total_commits":552,"total_committers":32,"mean_commits":17.25,"dds":0.6594202898550725,"last_synced_commit":"b0570cd92d4c7e8c4650a3ebbb76838eec069469"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aspnet%2FLibraryManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aspnet%2FLibraryManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aspnet%2FLibraryManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aspnet%2FLibraryManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aspnet","download_url":"https://codeload.github.com/aspnet/LibraryManager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243944930,"owners_count":20372885,"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":["client-side","library-management","visual-studio-extension"],"created_at":"2024-07-31T02:01:06.702Z","updated_at":"2025-03-16T22:32:35.458Z","avatar_url":"https://github.com/aspnet.png","language":"C#","readme":"# Microsoft Library Manager\n\nInstall and consume 3rd-party client-side libraries with ease.\n\n[![Build Status](https://dev.azure.com/azure-public/vswebtools/_apis/build/status/aspnet.LibraryManager?branchName=main)](https://dev.azure.com/azure-public/vswebtools/_build/latest?definitionId=43\u0026branchName=main)\n\n## Reasons to use LibMan\n1.\tFor apps not currently using another package manager\n2.\tFor projects where you think Bower and npm are overkill\n3.\tFor developers that don't want to use Bower/Yarn or npm\n4.\tFor developers that value simplicity in their tools\n5.\tFor using custom or private packages/files\n6.  For orchestrating file placement within your project\n\n## Reasons NOT to use LibMan\n1.\tDeveloper/team likes using tools such Bower, Yarn or npm\n2.\tFor apps that uses WebPack or Browserify for module loading/bundling\n\n## Features\n\n- Add any library from [cdnjs.com](https://cdnjs.com/), [jsdelivr.com](https://www.jsdelivr.com/), or [unpkg.com](https://unpkg.com/)\n- Add any file from file system, network share or remote URL\n- Only add the file(s) you need\n- Can install any file into any folder in your project/solution\n- Very fast\n\n## Installation\n- Fully integrated into Visual Studio 2017 and newer\n- Available as an add-in for Visual Studio for Mac\n  - From the main menu, open the Extensions Manager dialog.\n  - Select the Gallery tab.\n  - Expand IDE extensions.\n  - Select the Library Manager addin\n  - Click the Refresh button if the addin is not visible.\n  - Click Install… to install the addin.\n  - Restart Visual Studio for Mac.\n\n  Please read the [LibMan support in Visual Studio for Mac blog post](https://lastexitcode.com/blog/2019/07/13/LibManSupportInVisualStudioMac8-1/) for more details\n- Available as a dotnet global tool - [Microsoft.Web.LibraryManager.Cli](https://www.nuget.org/packages/Microsoft.Web.LibraryManager.Cli/)\n## Getting started\nRight-click any web project in Solution Explorer and hit **Manage Client-side Libraries...**.\n\n![Context menu](art/context-menu-project.png)\n\nThis will create a `libman.json` file in the root of the project.\n\n## libman.json\n\n### Context menu\nRight-click `libman.json` in Solution Explorer to access commands that help managing the libraries.\n\n![context menu libman.json](art/context-menu-config.png)\n\n### Intellisense\nEdit the libman.json file to install libraries. Every time the file is saved, Visual Studio will install/restore the packages.\n\n![libman.json](art/libmanjsontyping.gif)\n\nSee [libman.json reference](https://github.com/aspnet/LibraryManager/wiki/libman.json-reference) for more information.\n\n### Light bulbs\nInside libman.json there are light bulbs that show up with helpful commands.\n\n![Light bulbs](art/light-bulbs.png)\n\n## Telemetry\nThe Visual Studio experience for Library Manager follows all of the settings for telemetry from Visual Studio.\n\n## Road map and release notes\nSee the [CHANGELOG](CHANGELOG.md) for road map and release notes\n\n# Feedback\n\nCheck out the [contributing](.github/CONTRIBUTING.md) page to see the best places to log issues and start discussions.\n\n# Reporting Security Issues\n\nPlease refer to [SECURITY.md](SECURITY.md)\n\n## Trademarks\nThis project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark \u0026 Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.\n","funding_links":[],"categories":["Frameworks, Libraries and Tools","others","框架, 库和工具"],"sub_categories":["Tools","工具"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faspnet%2FLibraryManager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faspnet%2FLibraryManager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faspnet%2FLibraryManager/lists"}