NpmPackageInstaller Class

Summary

IPackageInstaller implementation for the npm package manager.
Namespace
Cake.Npm.Module
Base Types
  • IPackageInstaller
graph BT Type-->Base0["IPackageInstaller"] Type["NpmPackageInstaller"] class Type type-node

Syntax

[UsedImplicitly]
public class NpmPackageInstaller : IPackageInstaller

Attributes

Type Description
UsedImplicitly

Constructors

Methods

Name Value Summary
CanInstall(PackageReference, PackageType) bool
Determines whether this instance can install the specified resource.
Install(PackageReference, PackageType, DirectoryPath) IReadOnlyCollection<IFile>
Installs the specified resource.
GitHub Discussion