NpmPackSettings.

Source Property

Summary

Source to pack. Can be anything that is installable by npm, like a package folder, tarball, tarball url, name@tag, name@version, name, or scoped name.
Assembly
Cake.Npm.dll
Namespace
Cake.Npm.Pack
Containing Type
NpmPackSettings

Syntax

public string Source { get; set; }

Value

Type Description
string