https://github.com/qqwy/elixir_calendrical
https://github.com/qqwy/elixir_calendrical
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/qqwy/elixir_calendrical
- Owner: Qqwy
- Created: 2017-01-07T12:41:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-07T14:20:27.000Z (almost 9 years ago)
- Last Synced: 2025-01-03T13:46:27.772Z (9 months ago)
- Language: Elixir
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calendrical
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `calendrical` to your list of dependencies in `mix.exs`:```elixir
def deps do
[{:calendrical, "~> 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/calendrical](https://hexdocs.pm/calendrical).