NxResource Constructors
Class Constructors 1 member
A resource that represents an Nx monorepo workspace.
Constructor(string, string) Section titled Constructor(string, string) A resource that represents an Nx monorepo workspace.
public class NxResource{ public NxResource( string name, string workingDirectory) { // ... }}Parameters
name string The name of the resource. workingDirectory string The working directory of the Nx workspace.