Version:
INpmPackageSource Interface
Represents an npm package source.
Inheritance Hierarchy
- Inedo.Extensions.PackageSources.INpmPackageSource
Syntax
public
interface
INpmPackageSource : IPackageSource
Properties
|
Name |
Description |
|
ApiKey
|
Gets the API Key to use for API-based requests.
|
|
Password
|
Gets the password to use for HTTP/401 challenges.
|
|
RegistryUrl
|
Gets the Repository URL to use with npm.
|
|
UserName
|
Gets the user name to use for HTTP/401 challenges.
|