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
- Host: GitHub
- URL: https://github.com/abhishekkr/vasuki
- Owner: abhishekkr
- License: mit
- Created: 2021-05-08T10:47:51.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-09T17:37:54.000Z (about 5 years ago)
- Last Synced: 2025-01-12T13:15:24.442Z (over 1 year ago)
- Topics: elixir, elixir-lang, elixir-library, filesystem-library, library
- Language: Elixir
- Homepage: https://hexdocs.pm/vasuki/
- Size: 33.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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).
---