Files
full-stack-fastapi-template/dev-fsfp.sh
2019-02-23 17:51:21 +04:00

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