NpmContentResolver Class

Summary

A content resolver for packages installed with the npm package manager.
Namespace
Cake.Npm.Module
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["INpmContentResolver"] click Interface0 "/Cake.Npm.Module/api/Cake.Npm.Module/INpmContentResolver" Type["NpmContentResolver"] class Type type-node

Syntax

[UsedImplicitly]
public class NpmContentResolver : INpmContentResolver

Attributes

Type Description
UsedImplicitly

Constructors

Methods

Name Value Summary
GetFiles(PackageReference, PackageType, ModulesInstallationLocation) IReadOnlyCollection<IFile>
Returns the files installed by the given package.
GitHub Discussion