mirror of
https://github.com/kevin-DL/full-stack-fastapi-postgresql.git
synced 2026-01-12 10:15:12 +00:00
9 lines
198 B
Bash
9 lines
198 B
Bash
#! /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
|