First of all thanks to "whyleee" for making bower.js available in Nuget.
This project is just a small extension to main project bower on the Nuget Gallery
The goal of this project is the give a quick start to the bower based development in Visual Studio and integrate it in the existing Package Manager console.
- It is very minimalistic
- It extends Visual Studio's Package Manager Console's commands
- It's a work in progress for now :)
When you run the following in Package Manager console
Install-Package bowerpower
it installs bowerpower and it's dependencies
For installing the package you have to run Visual Studio as administrator
In Package Manager console, you can do the following
PS> bowerinit
This tries to create a "Scripts" folder and then puts the .bowerrc and bower.json files in place.
You update the bower.json as stated in the bower documentation
PS> bowerinstall
This gets the specified modules in the "Scripts\vendor"