IBowerRunnerCommands.

Install(string, Action<BowerInstallSettings>) Method

Summary

execute 'bower install' with options
Assembly
Cake.Bower.dll
Namespace
Cake.Bower
Containing Type
IBowerRunnerCommands

Syntax

IBowerRunnerCommands Install(string package, Action<BowerInstallSettings> configure = null)

Parameters

Name Type Description
package string endpoint/package to install
configure Action<BowerInstallSettings> options when running 'bower install'

Return Value

Type Description
IBowerRunnerCommands