This is a cookiecutter template project that you can use to create cdk8s constructs for Red Hat OpenShift Pipelines and Tekton pipelines.
To use this template, use the following commands, assuming you have cookiecutter installed.
cookiecutter git@github.com:cloud-native-toolkit/cookiecutter-cdk8s-pipeline.git
Before you can run this template, make sure that you have the following installed:
The command will prompt you for a few values and then create the project for you. After
creating the project, cookiecutter
will use yarn
to install the dependencies and then
use npx projen
to regenerate the project artifacts.
The project was originally created with npx projen
, and then "template-ized", so
you can run npx projen
in the project to generate any files.