Skip to content

kleopatra999/LibraryInstaller

 
 

Repository files navigation

Microsoft Library Installer

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

Build status

Features

  • Add any library from cdnjs.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
  • Optional manifest file (library.json)
  • Very fast
  • Full Visual Studio 2017 integration

Getting started

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

Context menu

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

library.json

Context menu

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

context menu library.json

Intellisense

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

library.json

See library.json reference for more information.

Light bulbs

Inside library.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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%