https://github.com/reservoir-data/singer-tap-copier-template
Copier template for Singer taps
https://github.com/reservoir-data/singer-tap-copier-template
copier-template meltano meltano-sdk singer-io
Last synced: about 1 month ago
JSON representation
Copier template for Singer taps
- Host: GitHub
- URL: https://github.com/reservoir-data/singer-tap-copier-template
- Owner: reservoir-data
- Created: 2022-01-04T07:53:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-26T03:15:42.000Z (about 2 months ago)
- Last Synced: 2025-08-26T05:28:55.666Z (about 2 months ago)
- Topics: copier-template, meltano, meltano-sdk, singer-io
- Language: Jinja
- Homepage:
- Size: 409 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Singer Tap Copier Template
To use this [`copier`](https://copier.readthedocs.io) template:
1. Install [`uv`](https://docs.astral.sh/uv/getting-started/installation/)
2. Install `copier`:```bash
uv tool install copier
```3. Initialize `copier` template directly from Git:
```bash
copier copy --UNSAFE gh:reservoir-data/singer-tap-copier-template path/to/destination
```Or locally from an already-cloned template repo:
```bash
copier copy --UNSAFE . path/to/destination
```See the [Singer SDK dev guide](https://sdk.meltano.com/en/latest/dev_guide.html).