LibManInstaller.

Install(LibManInstallSettings) Method

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 LibManInstallSettings The settings.

Return Value

Type Description
void