🔧 Add temp dev-fsfp dev environment generator
This commit is contained in:
2
dev-fsfp-config.yml
Normal file
2
dev-fsfp-config.yml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
default_context:
|
||||||
|
"project_name": "Dev FSFP"
|
8
dev-fsfp.sh
Normal file
8
dev-fsfp.sh
Normal 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
|
Reference in New Issue
Block a user