7 lines
142 B
Bash
7 lines
142 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
|
|
uv run {{ cookiecutter.project_slug }} config init
|
|
uv run {{ cookiecutter.project_slug }} config show
|