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

Type Parameters

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