Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 598 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 598 Bytes

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.