README.md

# portboy

Easily call out to other languages from Elixir.

## Languages

See the READMEs in `./clients` for examples.

- [X] [JS](https://github.com/mvkvc/portboy/tree/main/clients/js)
- [ ] Python

## Installation

```elixir
def deps do
  [
    {:portboy, "~> 0.1.0"}
  ]
end
```