Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shinebayar-g/cdktf-typescript-project-template
CDKTF Typescript project template
https://github.com/shinebayar-g/cdktf-typescript-project-template
cdktf cdktf-template terraform
Last synced: about 1 month ago
JSON representation
CDKTF Typescript project template
- Host: GitHub
- URL: https://github.com/shinebayar-g/cdktf-typescript-project-template
- Owner: shinebayar-g
- License: mit
- Created: 2023-12-13T18:49:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-13T19:32:47.000Z (about 1 year ago)
- Last Synced: 2023-12-13T20:53:26.180Z (about 1 year ago)
- Topics: cdktf, cdktf-template, terraform
- Language: TypeScript
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CDKTF Typescript project template
- Uses yarn v4 as a slightly faster but fully compatible `npm` alternative. `pnpm` is not fully compatible with `npm`. Also `yarn` is the only package manager that supports git protocol with workspaces. With git protocol support, you don't have to publish nodejs packages to package registry. Just download straight from the git repository. Similar to Terraform's git module support. See .
- Uses [`tsx`](https://github.com/privatenumber/tsx) to run Typescript code directly. No JS files are compiled. Typescript is correctly configured to run with tsx.