Documentation - v0.0.0
    Preparing search index...

    Class ProjectBuilder<T, Options, Props>

    Represents a projen project builder. This can be utilized to apply reusable build logic implemented through BuildStep instances.

    Type Parameters

    Index

    Constructors

    Properties

    _input: T

    Input project constructor.

    _options: Options

    Current project options type.

    _props: Props

    Current build step properties to merge.

    projectConstructor: T

    Projen project type to wrap.

    steps: AnyBuildStep[] = []

    Build steps to apply (in order) on build.

    Methods