Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adrian-goe/nx-aws-cdk-v2
https://github.com/adrian-goe/nx-aws-cdk-v2
aws hacktoberfest typescript
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/adrian-goe/nx-aws-cdk-v2
- Owner: adrian-goe
- License: mit
- Created: 2022-06-28T16:20:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T01:04:58.000Z (8 days ago)
- Last Synced: 2024-11-06T02:18:46.357Z (8 days ago)
- Topics: aws, hacktoberfest, typescript
- Language: TypeScript
- Homepage:
- Size: 8.88 MB
- Stars: 39
- Watchers: 3
- Forks: 13
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
[![@ago-dev/nx-aws-cdk-v2](https://img.shields.io/badge/%40adrian--goe-nx--aws--cdk-green)](https://github.com/adrian-goe/nx-aws-cdk-v2/tree/main/packages/aws-cdk-v2)
[![Typescript](https://badgen.net/badge/icon/typescript?icon=typescript&label)](https://www.typescriptlang.org/)
[![LICENSE](https://img.shields.io/npm/l/@ago-dev/nx-aws-cdk-v2.svg)](https://www.npmjs.com/package/@ago-dev/nx-aws-cdk-v2)
[![npm version](https://img.shields.io/npm/v/@ago-dev/nx-aws-cdk-v2.svg)](https://www.npmjs.com/package/@ago-dev/nx-aws-cdk-v2)
[![Downloads](https://img.shields.io/npm/dm/@ago-dev/nx-aws-cdk-v2.svg)](https://www.npmjs.com/package/@ago-dev/nx-aws-cdk-v2)
# Nx aws-cdk Plugin
An nx plugin for the aws-cdk
## Table of Contents
- [Nx aws-cdk Plugin](#nx-aws-cdk-plugin)
- [Table of Contents](#table-of-contents)
- [Plugin](#plugin)
- [Maintainers](#maintainers)
- [Contributing](#contributing)
- [License](#license)## Plugin
| Plugin | Description |
| ----------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
| [`@ago-dev/nx-aws-cdk-v2`](./packages/aws-cdk-v2/README.md) | An Nx plugin for developing [aws-cdk](https://docs.aws.amazon.com/cdk/latest/guide/home.html) |## Maintainers
[@adrian-goe](https://github.com/adrian-goe)
## Contributing
See [the contributing file](CONTRIBUTING.md)!
PRs accepted.
If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
## License
This project is MIT licensed 2022 Adrian Görisch
## Special thanks
This Project is based on [@tienne](https://github.com/tienne)'s
[nx-plugins](https://github.com/codebrewlab/nx-plugins).Also thanks to [@therk](https://github.com/therk) for his work on migrating to cdk v2.