Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days 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 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T03:10:47.000Z (6 months ago)
- Last Synced: 2024-05-23T03:24:15.901Z (6 months ago)
- Topics: copier-template, meltano, meltano-sdk, singer-io
- Language: Jinja
- Homepage:
- Size: 264 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
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).