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

https://github.com/code-shoily/calex

Calendar app for Elixir bootcamp
https://github.com/code-shoily/calex

Last synced: 7 months ago
JSON representation

Calendar app for Elixir bootcamp

Awesome Lists containing this project

README

          

# Calex

Calex is an Elixir library for calendar management. It let's you create interrelated tasks and notifies you when the due date is near.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `calex` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:calex, "~> 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/calex](https://hexdocs.pm/calex).