Skip to content

Add the tmuxinator config

Micaël Bergeron requested to merge add-tmuxinator-devenv into master

Merge Request Checklist

  • Link to an issue
  • Include the proposed fix or feature
  • Add tests for the proposed code
  • Include a README.md change
  • Add a CHANGELOG.md entry in the Unreleased section

Once your merge request is complete, please assign it a Meltano maintainer for review cycle. Once the review cycle finished, the reviewer shall approve the merge request so it can be merged by any Meltano maintainer.

This MR adds ad tmuxinator config I've been using to develop on Meltano. I think it might be helpful to everyone that want to contribute.

Instructions on how to use here:

to use, install tmuxinator at https://github.com/tmuxinator/tmuxinator
then make sure meltano is installed in your venv.

you can run it using:

$ cd path/to/meltano
$ MELTANO_VENV=.venv tmuxinator local

Make sure the MELTANO_VENV variable is the name of your venv directory. (.venv by default)
Edited by Melty Bot

Merge request reports