Assume that my working directory is c:\foo\
during the script execution. I would like run bower from there for c:\foo\bar\bower.json
file. This is available on npm by running npm install --prefix c:\foo\bar
.
Is there any equivalent command in bower?