Go to file
2022-09-30 19:21:13 +03:00
lib/woody Draft Elixir Woody RPC library (#1) 2022-09-30 19:21:13 +03:00
test Draft Elixir Woody RPC library (#1) 2022-09-30 19:21:13 +03:00
.formatter.exs Draft Elixir Woody RPC library (#1) 2022-09-30 19:21:13 +03:00
.gitignore Draft Elixir Woody RPC library (#1) 2022-09-30 19:21:13 +03:00
LICENSE Initial commit 2022-09-29 09:34:53 +03:00
mix.exs Draft Elixir Woody RPC library (#1) 2022-09-30 19:21:13 +03:00
mix.lock Draft Elixir Woody RPC library (#1) 2022-09-30 19:21:13 +03:00
README.md Initial commit 2022-09-29 09:34:53 +03:00

Woody

TODO: Add description

Installation

If available in Hex, the package can be installed by adding woody_ex to your list of dependencies in mix.exs:

def deps do
  [
    {:woody_ex, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/woody_ex.