INpmContentResolver.

GetFiles(PackageReference, PackageType, ModulesInstallationLocation) Method

Summary

Returns the files installed by the given package.
Assembly
Cake.Npm.Module.dll
Namespace
Cake.Npm.Module
Containing Type
INpmContentResolver

Syntax

IReadOnlyCollection<IFile> GetFiles(PackageReference package, PackageType type, ModulesInstallationLocation installationLocation)

Parameters

Name Type Description
package PackageReference The package.
type PackageType The package type.
installationLocation ModulesInstallationLocation The location to install into.

Return Value

Type Description
IReadOnlyCollection<IFile> the files installed by the given package.