Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support all jsii programming languages (#35)
Adds a required `--language` switch to cdk-import which allows specifying the target programming language to generate code in. This uses jsii-srcmak (similar to CDKtf and CDK8s) to generate files that can be included in projects. Resolves #34 BREAKING CHANGE: a `--language` switch is now required and can have one of these values: `typescript`, `java`, `csharp`, `python` or `golang`.
- Loading branch information