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:

  1. Install uv

  2. Install copier:

    uv tool install copier
  3. 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 Singer SDK dev guide.