how to use Libman json file in VS Code?

2.5k views Asked by At

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

2

There are 2 answers

0
To Thanh Nam On

When I code of Visual Studio , I uasually copy Libman.json file and paste in my file are running .

0
Jimmy On

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.