Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hupe1980/cdkdx
Zero-config CLI for aws cdk development
https://github.com/hupe1980/cdkdx
aws build-tool cdk eslint jest jsii rules typescript
Last synced: about 2 months ago
JSON representation
Zero-config CLI for aws cdk development
- Host: GitHub
- URL: https://github.com/hupe1980/cdkdx
- Owner: hupe1980
- License: mit
- Created: 2019-12-14T22:17:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T08:30:25.000Z (almost 2 years ago)
- Last Synced: 2024-11-26T13:38:03.374Z (2 months ago)
- Topics: aws, build-tool, cdk, eslint, jest, jsii, rules, typescript
- Language: TypeScript
- Homepage:
- Size: 4.73 MB
- Stars: 38
- Watchers: 3
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cdkdx
> Buildtools for [aws cdk](https://github.com/awslabs/aws-cdk) development## Packages
This repository is a monorepo managed with [Lerna](https://github.com/lerna/lerna). [Several packages](/packages) are published to npm from the same codebase.
| Package | Description |
| -------------------------------------------------------- | -------------------------------------------------------------------- |
| [cdkdx](/packages/cdkdx) | Zero-config CLI for aws cdk development |
| [eslint-config-cdk](/packages/eslint-config-cdk) | ESLint configuration used by cdkdx |
| [eslint-plugin-cdk](/packages/eslint-plugin-cdk) | ESLint rules for aws cdk |## License
[MIT](LICENSE)