README.md

# Vasuki

> as per Indian mythology, Vasuki was the serpent who helped churning ocean for obtaining divine Elixir of life

* Docs can be found at [https://hexdocs.pm/vasuki](https://hexdocs.pm/vasuki).

* this is just a simple project to build during getting familiar with Elixir and hopefully gather some helpful constructs as a library

## Installation

* available at [hex.pm as vasuki](https://hex.pm/packages/vasuki), add `vasuki` to your list of dependencies in `mix.exs`:

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

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm).

---