singer-tap-template icon indicating copy to clipboard operation
singer-tap-template copied to clipboard

Add `Development` section to the README

Open timvisher opened this issue 6 years ago • 0 comments

This came up in https://github.com/singer-io/singer-tap-template/pull/2.

Given that this template assumes that you are using virtualenvs to develop the tap, the generated README should include a section something like the following.

## Development

1. Create a virtualenv
1. Run `pip install -e '.[dev]'`
1. Run `tap-foo`

timvisher avatar Sep 26 '18 17:09 timvisher