Skip to content
Pascal Hartig edited this page Apr 11, 2013 · 3 revisions

optsToArgs

Convert an object to an array of CLI arguments

bower#install

Receives a list of paths, and an Hash of options to install through bower

  • paths - A String or an Array of package name to install. Empty string for bower install
  • options - [optional] The Hash of options to invoke bower.commands.install with. See bower help install.
  • callback - [optional]

Returns the generator instance.

Clone this wiki locally