This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Bower.
Summary
execute 'bower help' for a particular package
- Assembly
- Cake
.Bower .dll - Namespace
- Cake
.Bower - Containing Type
- BowerRunner
Syntax
public IBowerRunnerCommands Help(string command)
Examples
Run 'bower help'
Task("Bower")
.Does(() =>
{
Bower.Help("install"));
});
Parameters
Name | Type | Description |
---|---|---|
command | string |
Return Value
Type | Description |
---|---|
IBowerRunnerCommands |