Package Exports
- @codebrew/nx-aws-cdk
- @codebrew/nx-aws-cdk/src/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@codebrew/nx-aws-cdk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@codebrew/nx-aws-cdk
An Nx plugin for developing aws-cdk
Table of Contents
Install
# npm
npm install --save-dev @codebrew/nx-aws-cdk
# yarn
yarn add --dev @codebrew/nx-aws-cdkUsage
Generate Application
Create Aws Cdk Application
nx generate @codebrew/nx-aws-cdk:application myAppyou can customize it further by passing these options:
nx generate @codebrew/nx-aws-cdk:application [name] [options,...]
Options:
--name
--tags Add tags to the project (used for linting)
--directory A directory where the project is placed
--skipFormat Skip formatting files
--unitTestRunner Adds the specified unit test runner (default: jest)
--linter The tool to use for running lint checks. (default: eslint)
--setParserOptionsProject Whether or not to configure the ESLint "parserOptions.project" option. We do not do this by default for lint performance reasons.
--dryRun Runs through and reports activity without writing to disk.
--skip-nx-cache Skip the use of Nx cache.
--help Show available options for project target.Targets
Generated applications expose several functions to the CLI that allow users to deploy, destroy and so on.
nx deploy {Project Name}
nx destroy {Project Name}Maintainers
Contributing
PRs accepted.
If editing the README, please conform to the standard-readme specification.
License
This project is MIT licensed 2021 David Kwon.