Can I use libman.json to manage libraries file without using visual studio and core asp.net? If yes please tell me how?
Asked
Active
Viewed 2,226 times
2 Answers
4
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.

Jimmy
- 27,142
- 5
- 87
- 100
0
When I code of Visual Studio , I uasually copy Libman.json file and paste in my file are running .

To Thanh Nam
- 9
- 1