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
- Host: GitHub
- URL: https://github.com/code-shoily/calex
- Owner: code-shoily
- Created: 2020-01-16T04:58:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-07T04:52:12.000Z (over 6 years ago)
- Last Synced: 2024-12-29T02:31:40.749Z (over 1 year ago)
- Language: Elixir
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).