Documentation - v0.0.0
    Preparing search index...

    Utilize a naming scheme for a project.

    Hierarchy (View Summary)

    • BaseBuildStep<
          { outdir?: string; packageName?: string },
          { projectName: ProjectName },
      >
      • NameSchemeBuilder
    Index
    _output: { projectName: ProjectName }

    Additional project property types to merge with resulting project type.

    _outputOptions: { outdir?: string; packageName?: string }

    Options type to merge with project options.

    • Apply modifications to project options prior to instantiation.

      Type Parameters

      • Options extends ProjectOptions

      Parameters

      • options: Options

        Input project options.

      Returns Options & { outdir?: string; packageName?: string }