We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a21978e commit 1b4d244Copy full SHA for 1b4d244
dev-fsfp-config.yml
@@ -0,0 +1,2 @@
1
+default_context:
2
+ "project_name": "Dev FSFP"
dev-fsfp.sh
@@ -0,0 +1,8 @@
+#! /usr/bin/env bash
+
3
+# Exit in case of error
4
+set -e
5
6
+rm -rf ./dev-fsfp
7
8
+cookiecutter --config-file ./full-stack-fastapi-postgresql/dev-fsfp-config.yml --no-input -f ./full-stack-fastapi-postgresql
0 commit comments