mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-19 21:23:36 +08: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
|