We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e95fa0 commit adf46deCopy full SHA for adf46de
2 files changed
copier.yaml
@@ -39,4 +39,7 @@ _exclude:
39
_skip_if_exists:
40
- pyproject.toml
41
_tasks:
42
- - bash postgenerate.sh
+ - "[ -d .git ] || poetry install -q"
43
+ - "[ -d .git ] || git init -q && git add --all && git commit -qm 'initial commit'"
44
+ - "[ -d .git ] || touch .envrc"
45
+ - printf "To create your repo:\n\tgh repo create -y {{repo_username}}/{{repo_name}} {% if private %}--private{% else %}--public{% endif %}"
src/postgenerate.sh.jinja
0 commit comments