🔧 Add temp dev-fsfp dev environment generator

This commit is contained in:
Sebastián Ramírez
2019-02-23 17:51:21 +04:00
parent a21978e374
commit 1b4d244033
2 changed files with 10 additions and 0 deletions

8
dev-fsfp.sh Normal file
View File

@@ -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