Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add copier support #2870

Closed
viceice opened this issue Jul 1, 2024 · 0 comments · Fixed by #2873
Closed

Add copier support #2870

viceice opened this issue Jul 1, 2024 · 0 comments · Fixed by #2873
Labels
priority-3-normal Default priority, "should be done" but isn't prioritised ahead of others status:ready Ready to start implementation type:feature Feature (new functionality)

Comments

@viceice
Copy link
Member

viceice commented Jul 1, 2024

Can be as simple as pdm installer

#!/bin/bash
# shellcheck source=/dev/null
. "$(get_containerbase_path)/utils/python.sh"
function link_tool () {
post_install
[[ -n $SKIP_VERSION ]] || pdm --version
}

@viceice viceice added type:feature Feature (new functionality) priority-3-normal Default priority, "should be done" but isn't prioritised ahead of others status:ready Ready to start implementation labels Jul 1, 2024
@lkubb lkubb mentioned this issue Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority-3-normal Default priority, "should be done" but isn't prioritised ahead of others status:ready Ready to start implementation type:feature Feature (new functionality)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant