Single part at the root, COMPOSE_FILE in .env
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
if [ -n "${ZSH_VERSION-}" ]; then
|
||||
TEMPLATES_HOME="${${(%):-%x}:A:h}"
|
||||
else
|
||||
TEMPLATES_HOME="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
fi
|
||||
|
||||
newproject() { uv run --script "$TEMPLATES_HOME/templates.py" new "$@"; }
|
||||
updateproject() { uv run --script "$TEMPLATES_HOME/templates.py" update "$@"; }
|
||||
Reference in New Issue
Block a user