NLeSC / python-template

Netherlands eScience Center Python Template
https://research-software-directory.org/software/nlesc-python-template
Apache License 2.0
177 stars 76 forks source link

440-Organize copier questions #529

Closed fdiblen closed 2 weeks ago

fdiblen commented 3 weeks ago

Checklist

Description:

Related issues:

Instructions to review the pull request

Generate packages with different feature combinations and check if you get the expected results.

cd $(mktemp -d --tmpdir py-tmpl-XXXXXX)
copier copy --vcs-ref 440_default_values https://github.com/nlesc/python-template test_copier

# Create a local git repo to push to GitHub to trigger CI actions
cd test_copier
git init
git add --all
git commit -m "First commit"
git remote add origin git@github.com:<you>/python-template-test.git
git push -u origin main -f