https://github.com/edgarrmondragon/singer-tap-copier-template
Copier template for Singer taps
https://github.com/edgarrmondragon/singer-tap-copier-template
copier-template meltano meltano-sdk singer-io
Last synced: 8 months ago
JSON representation
Copier template for Singer taps
- Host: GitHub
- URL: https://github.com/edgarrmondragon/singer-tap-copier-template
- Owner: edgarrmondragon
- Created: 2022-01-04T07:53:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T02:02:04.000Z (about 1 year ago)
- Last Synced: 2024-10-30T04:57:01.821Z (about 1 year ago)
- Topics: copier-template, meltano, meltano-sdk, singer-io
- Language: Jinja
- Homepage:
- Size: 292 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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:edgarrmondragon/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).