projen-pipelines 0.0.13 → 0.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -8,6 +8,11 @@ It is specifically designed to work with the projen project configuration engine
|
|
|
8
8
|
|
|
9
9
|
This library provides high-level abstractions for defining multi-environment and multi-account AWS CDK applications with ease.
|
|
10
10
|
With this library, you can handle complex deployment scenarios with less code and manage your AWS infrastructure in a more efficient and straightforward way.
|
|
11
|
+
## How Projen Pipelines work
|
|
12
|
+

|
|
13
|
+
Under the hood, after you defined the pipeline and selected target engine that you want to work on, we are using code generation methods that will create - in your project - the required CI/CD pipeline.
|
|
14
|
+
|
|
15
|
+
We are considering to allow selecting multiple engines going forward - please let us know if this is a feature you would use or not!
|
|
11
16
|
|
|
12
17
|
## Getting Started
|
|
13
18
|
|
|
@@ -116,6 +121,13 @@ Remember that these tasks are created and managed automatically by the `CDKPipel
|
|
|
116
121
|
|
|
117
122
|
|
|
118
123
|
## Contributing
|
|
124
|
+
### By raising feature requests or issues
|
|
125
|
+
Use the Github integrated "[Issues](https://github.com/taimos/projen-pipelines/issues/new)" view to create an item that you would love to have added to our open source project.
|
|
126
|
+
|
|
127
|
+
***No request is too big or too small*** - get your thoughts created and we'll get back to you if we have questions!
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
### By committing code
|
|
119
131
|
|
|
120
132
|
We welcome all contributions to Projen Pipelines! Here's how you can get started:
|
|
121
133
|
|
|
Binary file
|