cdktf-crd is a library including generated typescript definitions for common custom resource definitions.
cdktf-typescript-crd includes two packages:
- crd - Output directory and the package root for cdktf-crd npm package.
- generator - CLI app that scrapes custom resource definitions from clusters in the kube config.
-
Clone the project repository.
git clone git@github.com/glacion/cdktf-typescript-crd.git
-
Download dependencies.
cd cdktf-typescript-crd npm install -
Generate and build the packages.
npm run build
