Question

Was just wondering if this is possible with an extension.

I realize that that vs uses nuget with powershell but some of the github projects are not on nuget and it would be nice to quickly write a command had have the js files downloaded into the project files.

Was it helpful?

Solution 2

As an alternative to NuGet, you can use Bower for managing client libraries in your project and keep NuGet only for managing .NET libraries.

Sample video: http://blog.lambda3.com.br/2013/12/bower-e-npm-na-linha-de-comando-dentro-do-visual-studio-instalado-via-nuget/

Also take a look at this project template > ASP.NET Solution < on Visual Studio Gallery

It has a Node.js friendly directory layout and can be used as a starting point if you want to play with Grunt (or Gulp.js) and Bower automation tools.

OTHER TIPS

Yes this is definitely possible!

Starting with Visual Studio 2012 Microsoft created extensions that allow you to use any Git repository available and work with it directly from within Visual Studio.

In Visual Studio 2012 this requires an extension (found here in the gallery). In Visual Studio 2013 this is fully incorporated in the product.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top