0.7.2 • Published 11 months ago

@plastic-ant/nx-cdktf v0.7.2

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@plastic-ant/nx-cdktf

MIT license Npm package version Downloads

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

Links

0.7.2

11 months ago

0.7.1

12 months ago

0.7.0

12 months ago

0.6.1

12 months ago

0.5.6

12 months ago

0.3.7

12 months ago

0.5.4

12 months ago

0.5.0

12 months ago

0.2.0

12 months ago

0.1.3

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago