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.Npm.
Summary
Instructs npm to add user for the given registry.
- Assembly
- Cake
.Npm .dll - Namespace
- Cake
.Npm .AddUser - Containing Type
- Npm
Add User Settings Extensions
Syntax
public static NpmAddUserSettings ForRegistry(this NpmAddUserSettings settings, Uri registry)
Parameters
Name | Type | Description |
---|---|---|
settings | NpmAddUserSettings | The settings. |
registry | Uri | The registry for the user. |
Return Value
Type | Description |
---|---|
NpmAddUserSettings | The settings instance with Registry set to registry. |