Skip to content

Commit

Permalink
Make tmuxinator config for chatbot.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlent committed Aug 16, 2018
1 parent 4feb75d commit 4ed9d15
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .tmuxinator/bot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: bot
windows:
- code:
root: /opt/bot
layout: 8589,270x59,0,0{195x59,0,0,0,74x59,196,0[74x29,196,0,4,74x29,196,30,5]}
panes:
- nvm use 8; git status
- nvm use 8; yarn start
- nvm use 8; yarn test --watch

0 comments on commit 4ed9d15

Please sign in to comment.