@plastic-ant/nx-cdk
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-cdk)](https://npmjs.com/package/@plastic-ant/nx-cdk) [![Downloads](https://img.shields.i
Downloads
30
Readme
@plastic-ant/nx-cdk
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