forked from yeoman/generator
-
Notifications
You must be signed in to change notification settings - Fork 0
bower
Pascal Hartig edited this page Apr 11, 2013
·
3 revisions
Convert an object to an array of CLI arguments
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.