Files
full-stack-fastapi-template/dev-fsfp.sh

9 lines
198 B
Bash
Raw Normal View History

#! /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