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

https://github.com/abhishekkr/vasuki

elixir library with helpful constructs from all over
https://github.com/abhishekkr/vasuki

elixir elixir-lang elixir-library filesystem-library library

Last synced: 18 days ago
JSON representation

elixir library with helpful constructs from all over

Awesome Lists containing this project

README

          

# 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).

---