Skip to content
Docs Try Aspire

DenoInstallerResource Constructors

Class Constructors 1 member
A resource that represents a Deno package installer.
A resource that represents a Deno package installer.
public class DenoInstallerResource
{
public DenoInstallerResource(
string name,
string workingDirectory)
{
// ...
}
}
name string The name of the resource.
workingDirectory string The working directory to use for the command.