aws / codecatalyst-blueprints

Apache License 2.0
48 stars 18 forks source link

feat(blueprint-builder): expose an option on the blueprint builder to convert existing repos into a blueprint #579

Closed alexforsyth closed 2 weeks ago

alexforsyth commented 2 weeks ago

Issue

Its kinda hard to get started from scratch building a blueprint. Typically people already have their best practices codified somewhere. It would be great if we could start them off right by converting that codebase into a blueprint immediately and let them hammer out more projects.

Description

Now you can convert an existing repository into a blueprint in one easy step. When adding a new blueprint-builder to the project that contains your ideal standards, just select that repository and then it will be automatically converted in a blueprint for you.

Testing

Screenshot 2024-06-12 at 4 18 19 PM

Run yarn blueprint:preview

Additional context

Add any other context about the PR here.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.