https://github.com/simple-rpc/sdk-elixir
https://github.com/simple-rpc/sdk-elixir
elixir
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simple-rpc/sdk-elixir
- Owner: simple-rpc
- Created: 2020-05-18T06:28:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-18T07:29:40.000Z (about 6 years ago)
- Last Synced: 2024-09-17T08:51:30.706Z (almost 2 years ago)
- Topics: elixir
- Language: Elixir
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# SimpleRpc
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `simple_rpc` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:simple_rpc, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/simple_rpc](https://hexdocs.pm/simple_rpc).