Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
avi-alpert authored Jul 17, 2024
1 parent e27a051 commit a637aa9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions packages/blueprints/blueprint-builder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@

This blueprint creates a project which you can use to build and publish a custom blueprint to your space.

Edit the blueprint code to configure your blueprint, and use the built-in release workflow to publish the blueprint to your space. Once published, you
can add the blueprint to your space catalog.
Edit the blueprint code to configure your blueprint, and use the built-in release workflow to publish the blueprint to your space. Once published, you can add the blueprint to your space catalog.

## Introduction to blueprints

Amazon CodeCatalyst blueprints are code packages that generate projects. Blueprints take user input options and based on the options, the blueprint
creates (or modifies) a project.
Amazon CodeCatalyst blueprints are code packages that generate projects. Blueprints take user input options and based on the options, the blueprint creates (or modifies) a project.

## Authoring a blueprint

The blueprint.ts file contains the blueprint code and options interface that will be used to generate the wizard. The blueprint can create source
repositories, environments, and workflows based on options the user provides in the wizard.
The blueprint.ts file contains the blueprint code and options interface that will be used to generate the wizard. The blueprint can create source repositories, environments, and workflows based on options the user provides in the wizard.

## Publishing a blueprint

Expand Down

0 comments on commit a637aa9

Please sign in to comment.