An open API service indexing awesome lists of open source software.

https://github.com/httpdss/cookiecutter-base


https://github.com/httpdss/cookiecutter-base

Last synced: 29 days ago
JSON representation

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 .
```