NxResource Constructors
ClassConstructors1 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
namestringThe name of the resource.workingDirectorystringThe working directory of the Nx workspace.