A Visual Studio extension that makes it easy and fast to install Bower, npm, JSPM, TSD, Typings and NuGet packages. See the changelog for changes and roadmap. Features
Install a packageSimply right-click the project and select "Quick Install Package..." to pop open the installer dialog box. Choose package managerSelect which package manager to use. You choice is remembered for next time you open the dialog. Auto completionYou get full auto completion for all package names available in the Bower, npm, JSPM, TSD, Typings and NuGet registries. Also for version numbers for both NuGet, Bower and npm: Custom argumentsYou can specify any custom arguments to the package managers that support it. The default arguments for each package manager can be set in the Options dialog. Typescript typingsIn order to use TSD, it must be installed globally using npm. Open a console and type the following command: npm install tsd -g Now TSD is installed globally on the system and this extension can use it. The same goes for the Typings manager. It can be installed in the same way: npm install typings -g bower.json / package.jsonYou can install packages without having set up Bower, JSPM or npm. This extension will automatically create the JSON configuration files, so you don't have to worry about it. Keyboard shortcutThe fastest way to display the dialog is to use the keyboard shortcut ContributeCheck out the contribution guidelines if you want to contribute to this project. For cloning and building this project yourself, make sure to install the Extensibility Tools 2015 extension for Visual Studio which enables some features used by this project. License |