0.7.2 • Published 12 months ago

@plastic-ant/nx-cdk v0.7.2

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

@plastic-ant/nx-cdk

MIT license Npm package version Downloads

An Nx (Project Crystal) plugin for developing with the aws-cdk

Table of Contents

Install

# npm
npm install --save-dev @plastic-ant/nx-cdk

# yarn
yarn add --dev @plastic-ant/nx-cdk

Usage

Add this plugin to your nx.json config:

"plugins": [
    {
      "plugin": "@plastic-ant/nx-cdk",
      "options": { ... }
    }
]
options:
  synthTargetName        (optional) generated target synth, default cdk-synth
  deployTargetName       (optional) generated target deploy, default cdk-deploy
  bootstrapTargetName    (optional) generated target bootstrap, default cdk-bootstrap

License

This project is MIT licensed 2024 Plastic Ant Software

Links

0.7.2

12 months ago

0.7.1

1 year ago

0.7.0

1 year ago

0.6.1

1 year ago

0.3.6

1 year ago

0.3.5

1 year ago

0.0.1

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago