Package detail

cdktf-crd

glacion60MIT0.3.3

null

crd, cdktf

readme

npm version

Typescript Definitions for CDK for Terraform

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.

Get Started

  • Install the cdktf-crd package. npm install cdktf-crd

  • Use a manifest example

Contributing

  • 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