https://github.com/httpdss/cookiecutter-base
https://github.com/httpdss/cookiecutter-base
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/httpdss/cookiecutter-base
- Owner: httpdss
- Created: 2022-08-11T14:59:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-22T14:30:05.000Z (over 2 years ago)
- Last Synced: 2025-02-06T08:28:47.363Z (about 1 year ago)
- Language: HCL
- Size: 57.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# cookiecutter-base
## Generic Application Basic
## Terraform Application
## Terraform Module
## Useful commands
```bash
export REPLAY_FOLDER="./replay-files/sample-project"
cookiecutter gh:httpdss/cookiecutter-base \
--replay-file="$REPLAY_FOLDER/generic-app-basic.json" \
--directory=generic-app-basic \
-o .
cookiecutter gh:httpdss/cookiecutter-base \
--replay-file="$REPLAY_FOLDER/terraform-app.json" \
--directory=terraform-app \
-o .
```