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 from the given url
- Assembly
- Cake
.Yarn .dll - Namespace
- Cake
.Yarn - Containing Type
- YarnAddSettings
Syntax
public YarnAddSettings Package(Uri url)
Parameters
| Name | Type | Description |
|---|---|---|
| url | Uri | Url to directory containing package.json (see yarn docs) |
Return Value
| Type | Description |
|---|---|
| YarnAddSettings |
