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.LibMan.
Summary
Installs library files into the project using the specified
LibManInstallSettings
settings. A libman.json file is added if one doesn't exist. The libman.json file is modified to store configuration details for the library files.
- Assembly
- Cake
.LibMan .dll - Namespace
- Cake
.LibMan .Install - Containing Type
- LibManInstaller
Syntax
public void Install(LibManInstallSettings settings)
Parameters
Name | Type | Description |
---|---|---|
settings | Lib |
The settings. |
Return Value
Type | Description |
---|---|
void |