-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Add at least:
Testing local changes to the template
pipx install copierTo test your local modifications, you can run copier with the --vcs-ref HEAD flag and point to your local clone. This will use the latest changes, including uncommitted modifications (i.e., the dirty state).
cd $(mktemp -d) # Go to a tmp folder
copier copy --vcs-ref HEAD /path/to/clone/ pkg # Clone dirty clone into pkgMetadata
Metadata
Assignees
Labels
No labels