Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to use Libman json file in VS Code?

Can I use libman.json to manage libraries file without using visual studio and core asp.net? If yes please tell me how?

like image 859
loveCoding Avatar asked Oct 24 '25 16:10

loveCoding


1 Answers

You can use LibMan without VS, but it does rely on the .NET platform. There are is a NuGet package for a .NET global tool; obviously you need .NET Core installed to use it, but then you can integrate it into whatever scripts or platform you're using for development.

like image 155
Jimmy Avatar answered Oct 27 '25 04:10

Jimmy