Class NpmCommandAnnotation
- Namespace
- Aspire.Hosting.ApplicationModel
- Assembly
- IEvangelist.Aspire.Hosting.Netlify.dll
Represents an annotation that associates an npm script runner resource with a Node.js application resource.
public sealed class NpmCommandAnnotation : IResourceAnnotation
- Inheritance
-
NpmCommandAnnotation
- Implements
-
IResourceAnnotation
- Inherited Members
Constructors
NpmCommandAnnotation(NpmCommandResource)
Represents an annotation that associates an npm script runner resource with a Node.js application resource.
public NpmCommandAnnotation(NpmCommandResource resource)
Parameters
resourceNpmCommandResourceThe npm script runner resource.
Properties
Resource
Gets the npm script runner resource associated with the Node.js application.
public NpmCommandResource Resource { get; }