Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@codebrew/nx-aws-cdk

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codebrew/nx-aws-cdk

[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) [![@codebrew/nx-aws-cdk](https://img.shields.io/badge/%40codebrew-nx--aws--cdk-green)](https://git

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

standard-readme compliant @codebrew/nx-aws-cdk Typescript LICENSE npm version Downloads

@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-cdk

Usage

Generate Application

Create Aws Cdk Application

nx generate @codebrew/nx-aws-cdk:application myApp

you 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

@tienne

Contributing

See the contributing file!

PRs accepted.

If editing the README, please conform to the standard-readme specification.

License

This project is MIT licensed 2021 David Kwon.

Keywords

nx

FAQs

Package last updated on 27 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts