edgarrmondragon / singer-tap-copier-template

Copier template for Singer taps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Copier template for Singer taps


Languages

Language:Jinja 92.6%Language:Python 7.4%