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.
ReadonlyprojectProjen project type to wrap.
ReadonlystepsBuild steps to apply (in order) on build.
Add a build step to the builder.
Build step to add.
Step options.
Optionalprepend?: 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.