All Projects → aspnet → Librarymanager

aspnet / Librarymanager

Licence: other

Projects that are alternatives of or similar to Librarymanager

unittestgenerator
A unit test generation extension for Visual Studio that aims to always produce code that compiles - covering the basic cases automatically and preparing as much as it can for the complex cases.
Stars: ✭ 32 (-90.3%)
Mutual labels:  visual-studio-extension
Visual-Studio
A Discord Rich Presence extension for both Visual Studio 2017 and 2019.
Stars: ✭ 80 (-75.76%)
Mutual labels:  visual-studio-extension
OptionsSample
A Visual Studio extension sample
Stars: ✭ 14 (-95.76%)
Mutual labels:  visual-studio-extension
Shortcut-Menu-Bar-VSCode-Extension
Add handy buttons like beautify, show opened files, save, toggle terminal, etc to the editor menu bar in VSCode. You can also create your own buttons with custom commands. VSCode Marketplace link: https://marketplace.visualstudio.com/items?itemName=jerrygoyal.shortcut-menu-bar
Stars: ✭ 126 (-61.82%)
Mutual labels:  visual-studio-extension
react-strap-table
react table (client and server-side) based on bootstrap.
Stars: ✭ 28 (-91.52%)
Mutual labels:  client-side
domain-browser
Node's domain module for the web browser
Stars: ✭ 30 (-90.91%)
Mutual labels:  client-side
HITMers
Management system for Harbin Institute of Technology Museum
Stars: ✭ 70 (-78.79%)
Mutual labels:  client-side
Stackdriver Errors Js
Client-side JavaScript exception reporting library for Stackdriver Error Reporting
Stars: ✭ 291 (-11.82%)
Mutual labels:  client-side
Cyotek.AddProjects
The Add Projects extension is a simple Visual Studio extension that makes it easy to add multiple projects to your solution.
Stars: ✭ 20 (-93.94%)
Mutual labels:  visual-studio-extension
orchardizer
Orchardizer is an extension for VS2013 that reduces development of Orchard modules to a bunch of textboxes and some sporadic clicking
Stars: ✭ 28 (-91.52%)
Mutual labels:  visual-studio-extension
LibreMaple-Client
Made-from-scratch Maplestory game client for LibreMaple, fork of JourneyClient
Stars: ✭ 26 (-92.12%)
Mutual labels:  client-side
KnownMonikersExplorer
A Visual Studio extension
Stars: ✭ 21 (-93.64%)
Mutual labels:  visual-studio-extension
TextTemplatingCore
T4 Text Templating with .NET Core
Stars: ✭ 24 (-92.73%)
Mutual labels:  visual-studio-extension
XPathTools
A Visual Studio Extension which can run any XPath and XPath function; navigates through results at the click of a button. Can show and copy any XPath incl. XML namespaces, avoiding XML namespace induced headaches. Keeps track of the current XPath via the statusbar.
Stars: ✭ 40 (-87.88%)
Mutual labels:  visual-studio-extension
PaystackJS-Sample-code
Bare Paystack JS implementation. Style pay.html as required
Stars: ✭ 15 (-95.45%)
Mutual labels:  client-side
rudebuild
A non-intrusive bulk/unity C++ build tool for Visual Studio
Stars: ✭ 16 (-95.15%)
Mutual labels:  visual-studio-extension
vscode-qq
基于安卓QQ协议的vscode-qq扩展
Stars: ✭ 588 (+78.18%)
Mutual labels:  client-side
Coisas
a client-side CMS for editing GitHub Markdown (and other) files ⛺
Stars: ✭ 292 (-11.52%)
Mutual labels:  client-side
Structlayout
Visual Studio Extension for C++ struct memory layout visualization
Stars: ✭ 270 (-18.18%)
Mutual labels:  visual-studio-extension
VS.DiffAllFiles
Visual Studio Extension to make comparing files before and after committing them to Git and TFS faster and easier.
Stars: ✭ 26 (-92.12%)
Mutual labels:  visual-studio-extension

Microsoft Library Manager

Install and consume 3rd-party client-side libraries with ease.

Build Status

Reasons to use LibMan

  1. For apps not currently using another package manager
  2. For projects where you think Bower and npm are overkill
  3. For developers that don't want to use Bower/Yarn or npm
  4. For developers that value simplicity in their tools
  5. For using custom or private packages/files
  6. For orchestrating file placement within your project

Reasons NOT to use LibMan

  1. Developer/team likes using tools such Bower, Yarn or npm
  2. For apps that uses WebPack or Browserify for module loading/bundling

Features

  • Add any library from cdnjs.com, jsdelivr.com, or unpkg.com
  • Add any file from file system, network share or remote URL
  • Only add the file(s) you need
  • Can install any file into any folder in your project/solution
  • Very fast

Installation

  • Fully integrated into Visual Studio 2017 and newer

  • Available as an add-in for Visual Studio for Mac

    • From the main menu, open the Extensions Manager dialog.
    • Select the Gallery tab.
    • Expand IDE extensions.
    • Select the Library Manager addin
    • Click the Refresh button if the addin is not visible.
    • Click Install… to install the addin.
    • Restart Visual Studio for Mac.

    Please read the LibMan support in Visual Studio for Mac blog post for more details

  • Available as a dotnet global tool - Microsoft.Web.LibraryManager.Cli

Getting started

Right-click any web project in Solution Explorer and hit Manage Client-side Libraries....

Context menu

This will create a libman.json file in the root of the project.

libman.json

Context menu

Right-click libman.json in Solution Explorer to access commands that help managing the libraries.

context menu libman.json

Intellisense

Edit the libman.json file to install libraries. Every time the file is saved, Visual Studio will install/restore the packages.

libman.json

See libman.json reference for more information.

Light bulbs

Inside libman.json there are light bulbs that show up with helpful commands.

Light bulbs

Road map and release notes

See the CHANGELOG for road map and release notes

Feedback

Check out the contributing page to see the best places to log issues and start discussions.

Reporting Security Issues

Please refer to SECURITY.md

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].