Skip to content

edgarrmondragon/singer-tap-copier-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Singer Tap Copier Template

To use this copier template:

pip3 install pipx
pipx ensurepath
# You may need to reopen your shell at this point
pipx install copier

Initialize copier template directly from Git:

copier copy --UNSAFE gh:edgarrmondragon/singer-tap-copier-template path/to/destination

Or locally from an already-cloned template repo:

copier copy --UNSAFE . path/to/destination

See the dev guide.