https://github.com/asimihsan/cookiecutter-cdktf-python
https://github.com/asimihsan/cookiecutter-cdktf-python
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/asimihsan/cookiecutter-cdktf-python
- Owner: asimihsan
- Created: 2024-01-03T16:48:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-17T22:10:42.000Z (12 months ago)
- Last Synced: 2025-01-29T04:39:10.348Z (4 months ago)
- Language: Python
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cookiecutter-cdktf-python
Template for a CDKTF project based in Python.
## Getting started
Install cookiecutter: https://cookiecutter.readthedocs.io/en/stable/installation.html
Create a new project:
```bash
cookiecutter gh:asimihsan/cookiecutter-cdktf-python
```