Uses of Class
software.aws.awsprototypingsdk.nxmonorepo.WorkspaceConfig.Builder
-
Packages that use WorkspaceConfig.Builder 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. -
-
Uses of WorkspaceConfig.Builder in software.aws.awsprototypingsdk.nxmonorepo
Methods in software.aws.awsprototypingsdk.nxmonorepo that return WorkspaceConfig.Builder Modifier and Type Method Description WorkspaceConfig.BuilderWorkspaceConfig.Builder. additionalPackages(List<String> additionalPackages)Sets the value ofWorkspaceConfig.getAdditionalPackages()static WorkspaceConfig.BuilderWorkspaceConfig. builder()WorkspaceConfig.BuilderWorkspaceConfig.Builder. disableNoHoistBundled(Boolean disableNoHoistBundled)Sets the value ofWorkspaceConfig.getDisableNoHoistBundled()WorkspaceConfig.BuilderWorkspaceConfig.Builder. noHoist(List<String> noHoist)Sets the value ofWorkspaceConfig.getNoHoist()Constructors in software.aws.awsprototypingsdk.nxmonorepo with parameters of type WorkspaceConfig.Builder Constructor Description Jsii$Proxy(WorkspaceConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theWorkspaceConfig.Builder.
-