NpmPackAliases Class

Summary

Npm Pack aliases
Assembly
Cake.Npm.dll
Namespace
Cake.Npm
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["NpmPackAliases"] class Type type-node

Syntax

public static class NpmPackAliases

Attributes

Type Description
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute

Methods

Name Value Summary
NpmPack(ICakeContext, Action<NpmPackSettings>) IEnumerable<FilePath>
Creates a npm package using the settings returned by a configurator.
static
NpmPack(ICakeContext, NpmPackSettings) IEnumerable<FilePath>
Creates a npm package using the specified settings. Package will be created in the current working directory.
static
NpmPack(ICakeContext, string) IEnumerable<FilePath>
Creates a npm package from a specific source. Package will be created in the current working directory.
static
NpmPack(ICakeContext) IEnumerable<FilePath>
Creates a npm package from the current working directory. Package will be created in the current working directory.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin