@plastic-ant/nx-cdktf
v0.7.2
Published
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/) [![Npm package version](https://badgen.net/npm/v/@plastic-ant/nx-cdktf)](https://npmjs.com/package/@plastic-ant/nx-cdktf) [![Downloads](https://img.shiel
Downloads
149
Maintainers
Readme
@plastic-ant/nx-cdktf
An Nx (Project Crystal) plugin for developing with the cdktf
Table of Contents
Install
# npm
npm install --save-dev @plastic-ant/nx-cdktf
# yarn
yarn add --dev @plastic-ant/nx-cdktf
Usage
Add this plugin to your nx.json
config:
"plugins": [
{
"plugin": "@plastic-ant/nx-cdktf",
"options": { ... }
}
]
options:
synthTargetName (optional) generated target synth, default cdktf-synth
deployTargetName (optional) generated target deploy, default cdktf-deploy
getTargetName (optional) generated target synth, default cdktf-synth
License
This project is MIT licensed 2024 Plastic Ant Software