An open API service indexing awesome lists of open source software.

https://github.com/msantos/runlet_net

Miscellaneous network related commands for runlets
https://github.com/msantos/runlet_net

tls x509

Last synced: 2 months ago
JSON representation

Miscellaneous network related commands for runlets

Awesome Lists containing this project

README

        

# RunletNet

[![Package Version](https://img.shields.io/hexpm/v/runlet_net)](https://hex.pm/packages/runlet_net)
[![Hex Docs](https://img.shields.io/badge/hex-docs)](https://hexdocs.pm/runlet_net/)

Miscellaneous network related commands for
[runlets](https://github.com/msantos/runlet).

## Installation

Add `runlet_net` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:runlet_net, "https://github.com/msantos/runlet_net.git"}]
end
```