README.md

[![pipeline status](https://gitlab.com/lab421/yemux/badges/main/pipeline.svg)](https://gitlab.com/lab421/yemux/-/commits/main)
[![coverage report](https://gitlab.com/lab421/yemux/badges/main/coverage.svg)](https://gitlab.com/lab421/yemux/-/commits/main)
[![Hex.pm](https://img.shields.io/hexpm/v/yemux.svg)](https://hex.pm/packages/yemux)
[![Hex.pm](https://img.shields.io/hexpm/dw/yemux.svg)](https://hex.pm/packages/yemux)
[![Hex.pm](https://img.shields.io/hexpm/dt/yemux.svg)](https://hex.pm/packages/yemux)


<!--
  - [Yemux](#yemux)
- [Synopsis](#synopsis)
- [Subcommands](#subcommands)
  - [`:yemux`](#yemux)
- [Author](#author)
- [LICENSE](#license)
-->

### Yemux

## Synopsis
#
Yemux creates a string of shell commands that create or connect to a TMUX session.

It exposes a single function `main` which takes a symbol as first parameter which
allows to dispatch to the according functions and a list of additional parameters.

## Subcommands


### `:yemux`



## Author

Copyright © 2022 Robert Dober
robert.dober@gmail.com

## LICENSE

Same as Elixir, which is Apache License v2.0. Please refer to [LICENSE](LICENSE) for details.

<!-- SPDX-License-Identifier: Apache-2.0 -->