0.0.2 • Published 12 months ago

projen-cdktf-app-ts v0.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
12 months ago

📦 projen-cdktf-app-ts

CDK for Terraform (CDKTF) app Projen project in TypeScript

npm version npm downloads build status release status

Welcome to the home of projen-cdktf-app-ts!

This is an external projen project type that aims to make creating CDK for Terraform (CDKTF) app projects in TypeScript easier.

Usage

npx projen new --from projen-cdktf-app-ts --projenrc-ts

Example

import { CdktfTypeScriptApp } from "projen-cdktf-app-ts";

const project = new CdktfTypeScriptApp({
  name: "my-cdktf-app",
  defaultReleaseBranch: "main",
  devDeps: ["projen-cdktf-app-ts"],
  projenrcTs: true,

  terraformProviders: ["hashicorp/aws@~> 4.0"],
});

project.synth();

See the project type API Reference.

Contributing

See CONTRIBUTING for more information.

License

This project is licensed under the Apache-2.0 License.

0.0.2

12 months ago

0.0.1

1 year ago

0.0.0

1 year ago