Sha256: 9d8c23fbefb6187d2ab8c7fbb6954df7fc3d47cc8fd91926f93cdcf15226559a

Contents?: true

Size: 467 Bytes

Versions: 5

Compression:

Stored size: 467 Bytes

Contents

##
# NOTE: Tmuxinator config options.
# - https://github.com/tmuxinator/tmuxinator#create-a-project
#
name: convenient_service
root: .

on_project_start:
  - task editor:open
  - task docker:start
  - task github:open

windows:
  - main:
      layout: even-vertical
      root: .
      panes:
        - task docker:bash:ruby_2.7
        - task docker:bash:ruby_3.0
        - task docker:bash:jruby_9.4
        - task docker:bash:truffleruby_22.3
        - git status

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
convenient_service-0.17.0 .dev/.tmuxinator.yml
convenient_service-0.16.0 .dev/.tmuxinator.yml
convenient_service-0.15.0 .dev/.tmuxinator.yml
convenient_service-0.14.0 .dev/.tmuxinator.yml
convenient_service-0.13.0 .dev/.tmuxinator.yml