Skip to content

Commit

Permalink
feat: Define init task after run cookiecutter
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Oct 11, 2024
1 parent ec731ab commit 5197675
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions {{cookiecutter.project_basename}}/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ vars:
RUN_PYTHON: 'uv run'

tasks:
init:
desc: 'Initialize workspace'
cmds:
- 'uv sync'
- task: 'docs:intl'
setup:
desc: 'Setup workspace'
cmds:
Expand Down

0 comments on commit 5197675

Please sign in to comment.