Skip to content

Commit

Permalink
feat(cookiecutter): Add automatic description to the github upload
Browse files Browse the repository at this point in the history
  • Loading branch information
GatlenCulp committed Jan 30, 2025
1 parent 76e3507 commit 316d0bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hooks/post_gen_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,14 @@
directory=Path.cwd(),
repo_name="{{ cookiecutter.repo_name }}",
visibility="private",
description="{{ cookiecutter.description }}",
)
# {% elif cookiecutter.version_control == "git (github public)" %}
configure_github_repo(
directory=Path.cwd(),
repo_name="{{ cookiecutter.repo_name }}",
visibility="public",
description="{{ cookiecutter.description }}",
)
# {% endif %}

Expand Down

0 comments on commit 316d0bc

Please sign in to comment.