Construct a new builder instance.
Projen project type to wrap.
Build steps to apply (in order) on build.
Readonly
_inputInput project constructor.
Readonly
_optionsCurrent project options type.
Readonly
_propsCurrent build step properties to merge.
Readonly
projectProjen project type to wrap.
Readonly
stepsBuild steps to apply (in order) on build.
Add a build step to the builder.
Build step to add.
Step options.
Optional
prepend?: booleanA new builder instance with the added step and merged types.
Build the project.
Source options to use.
Represents a projen project builder. This can be utilized to apply reusable build logic implemented through BuildStep instances.