Skip to content

Commit

Permalink
simplify tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Sep 3, 2024
1 parent 5e95fa0 commit adf46de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 43 deletions.
5 changes: 4 additions & 1 deletion copier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,7 @@ _exclude:
_skip_if_exists:
- pyproject.toml
_tasks:
- bash postgenerate.sh
- "[ -d .git ] || poetry install -q"
- "[ -d .git ] || git init -q && git add --all && git commit -qm 'initial commit'"
- "[ -d .git ] || touch .envrc"
- printf "To create your repo:\n\tgh repo create -y {{repo_username}}/{{repo_name}} {% if private %}--private{% else %}--public{% endif %}"
42 changes: 0 additions & 42 deletions src/postgenerate.sh.jinja

This file was deleted.

0 comments on commit adf46de

Please sign in to comment.