Uses of Interface
software.aws.awsprototypingsdk.nxmonorepo.nx.WorkspaceConfig
-
Packages that use WorkspaceConfig Package Description software.aws.awsprototypingsdk.nxmonorepo The nx-monorepo package vends a NxMonorepoProject Projen construct that adds NX monorepo support and manages your yarn/npm/pnpm workspaces on your behalf.software.aws.awsprototypingsdk.nxmonorepo.nx -
-
Uses of WorkspaceConfig in software.aws.awsprototypingsdk.nxmonorepo
Methods in software.aws.awsprototypingsdk.nxmonorepo that return WorkspaceConfig Modifier and Type Method Description default WorkspaceConfigNxMonorepoProjectOptions. getNxConfig()Configuration for NX.WorkspaceConfigNxMonorepoProjectOptions.Jsii$Proxy. getNxConfig()Methods in software.aws.awsprototypingsdk.nxmonorepo with parameters of type WorkspaceConfig Modifier and Type Method Description NxMonorepoProject.BuilderNxMonorepoProject.Builder. nxConfig(WorkspaceConfig nxConfig)Configuration for NX.NxMonorepoProjectOptions.BuilderNxMonorepoProjectOptions.Builder. nxConfig(WorkspaceConfig nxConfig)Sets the value ofNxMonorepoProjectOptions.getNxConfig() -
Uses of WorkspaceConfig in software.aws.awsprototypingsdk.nxmonorepo.nx
Classes in software.aws.awsprototypingsdk.nxmonorepo.nx that implement WorkspaceConfig Modifier and Type Class Description static classWorkspaceConfig.Jsii$ProxyAn implementation forWorkspaceConfigMethods in software.aws.awsprototypingsdk.nxmonorepo.nx that return WorkspaceConfig Modifier and Type Method Description WorkspaceConfigWorkspaceConfig.Builder. build()Builds the configured instance.
-