Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).