mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-02-01 03:43:22 +08:00
🔧 Add temp dev-fsfp dev environment generator
This commit is contained in:
parent
a21978e374
commit
1b4d244033
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
|
||||||
Loading…
x
Reference in New Issue
Block a user