This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Yarn.
Summary
install a package by name, with optional version/tag and scope
- Assembly
- Cake
.Yarn .dll - Namespace
- Cake
.Yarn - Containing Type
- YarnAddSettings
Syntax
public YarnAddSettings Package(string package, string versionOrTag = null, string scope = null)
Parameters
| Name | Type | Description |
|---|---|---|
| package | string | |
| versionOrTag | string | |
| scope | string |
Return Value
| Type | Description |
|---|---|
| YarnAddSettings |
