NpmContentResolver.

NpmContentResolver(IFileSystem, ICakeEnvironment, ICakeLog, ICakeConfiguration) Constructor

Summary

Initializes a new instance of the NpmContentResolver class.
Assembly
Cake.Npm.Module.dll
Namespace
Cake.Npm.Module
Containing Type
NpmContentResolver

Syntax

public NpmContentResolver(IFileSystem fileSystem, ICakeEnvironment environment, ICakeLog log, ICakeConfiguration configuration)

Parameters

Name Type Description
fileSystem IFileSystem The file system.
environment ICakeEnvironment The environment.
log ICakeLog The log.
configuration ICakeConfiguration The Configuration.

Return Value

Type Description
void