# Test-Sandbox-Compose: Fast Development Environments Using Test-Sandbox [![Hackage version](https://img.shields.io/hackage/v/test-sandbox-compose.svg?style=flat)](https://hackage.haskell.org/package/test-sandbox-compose) [![Build Status](https://travis-ci.org/junjihashimoto/test-sandbox-compose.png?branch=master)](https://travis-ci.org/junjihashimoto/test-sandbox-compose) Test-Sandbox-Compose makes development environments for multi-servers using Test-Sandbox. Each server is defined in test-sandbox-compose.yml. test-sandbox-compose.yml provides following functions. * Mustache template for accessing each resource * Before/After-bash-script for server-setup * Tempolary file, directory and TCP-Port which test-sandbox provides This project is inspired by Docker Compose(Fig). ## Getting started Install this from Hackage. cabal update && cabal install test-sandbox-compose ## test-sandbox-compose.yml reference ``` : cmd: args: - - confs: : : tempfiles: - - dirs: - - ports: - - beforescript: