Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 487 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 487 Bytes

Rob

TODO: Add description

Installation

If available in Hex, the package can be installed as:

  1. Add rob to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:rob, "~> 0.1.0"}]
end
```
  1. Ensure rob is started before your application:
```elixir
def application do
  [applications: [:rob]]
end
```

To use, run interactivly with iex, and play with Rob.Worker

#iex -S mix