2 changed files with 10 additions and 0 deletions
@ -0,0 +1,2 @@ |
|||||
|
default_context: |
||||
|
"project_name": "Dev FSFP" |
@ -0,0 +1,8 @@ |
|||||
|
#! /usr/bin/env bash |
||||
|
|
||||
|
# Exit in case of error |
||||
|
set -e |
||||
|
|
||||
|
rm -rf ./dev-fsfp |
||||
|
|
||||
|
cookiecutter --config-file ./full-stack-fastapi-postgresql/dev-fsfp-config.yml --no-input -f ./full-stack-fastapi-postgresql |
Loading…
Reference in new issue