Skip to content

Latest commit

 

History

History
72 lines (47 loc) · 2 KB

README.md

File metadata and controls

72 lines (47 loc) · 2 KB

NPM standard-readme compliant


Nx plugin to generate an AWS cdk v2 package

A plugin to generate an AWS CDK v2 package. This code was based on a collection of third-party Nx plugins based on Codebrew (https://github.com/codebrewlab/nx-plugins) and Efacity (https://github.com/efacity/nx-plugins). Codebrew no longer maintains the plugin or accepts pull requests.

Table of Contents

Plugins

Plugin Description
@berenddeboer/nx-aws-cdk An Nx plugin for developing aws cdk stacks
@berenddeboer/nx-sst An Nx plugin for developing serverless full stack apps

Maintainers

@berenddeboer

Contributing

See the contributing file!

PRs accepted.

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

Working on this code

Test:

npx nx test nx-aws-cdk

Create a new package:

  1. Build:
npx nx build nx-aws-cdk
  1. Test:
npx nx test nx-aws-cdk
  1. Publish package after login:
cd dist/packages/nx-aws-cdk
npm publish --access=public

License

This project is MIT licensed.